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.
Example response
{
"coupons": [
"summer-sale-2026",
"new-subscriber-offer",
"annual-upgrade-promo"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.