Skip to main content
GET
/
v1
/
public
/
offers
/
{slug}
Get offer by slug
curl --request GET \
  --url https://{operatorDomain}/v1/public/offers/{slug}
{
  "id": "offer_01h...",
  "slug": "<string>",
  "title": "<string>",
  "discountType": "percentage",
  "value": 123
}

Path Parameters

slug
string
required

Response

200 - application/json

Offer

id
string
Example:

"offer_01h..."

slug
string
title
string
discountType
string
Example:

"percentage"

value
number