v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-081445491.8 MB
Coupon

List coupon subscriptions

This endpoint returns a list of all subscriptions that have redeemed a given coupon as a paginated list, ordered starting from the most recently created subscription. For a full discussion of the subscription resource, see Subscription.

get/coupons/{coupon_id}/subscriptions

Path parameters

coupon_idstring required

Query parameters

limitinteger

The number of items to fetch. Defaults to 20.

cursorstring nullable

Cursor for pagination. This can be populated by the next_cursor value returned from the initial request.

Response

OK