v1

latestOpenAPI 3.0.02026-07-2475182625.5 KB
Coupons

List all coupons

Returns an array of all coupon path identifiers.

Note: Returns path identifiers only — not full coupon objects. Use GET /coupons/{coupon_id} to retrieve full details for a specific coupon. Expansion is not supported on this endpoint.

get/coupons

Response

Successful response.

couponsstring[]

Array of coupon path identifiers.

Example response

{
  "coupons": [
    "summer-sale-2026",
    "new-subscriber-offer",
    "annual-upgrade-promo"
  ]
}