Skip to main content
GET
/
v1
/
public
/
products
/
{productId}
/
offers
List product offers
curl --request GET \
  --url https://{operatorDomain}/v1/public/products/{productId}/offers
[
  {
    "id": "offer_01h...",
    "slug": "<string>",
    "title": "<string>",
    "discountType": "percentage",
    "value": 123
  }
]

Path Parameters

productId
string
required

Query Parameters

departureId
string
locale
string

Response

200 - application/json

Offers

id
string
Example:

"offer_01h..."

slug
string
title
string
discountType
string
Example:

"percentage"

value
number