v1
latestOpenAPI 3.0.02026-07-2475182625.5 KBCoupons
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.
Example response
{
"coupons": [
"summer-sale-2026",
"new-subscriber-offer",
"annual-upgrade-promo"
]
}