Error
Subscriptions
List subscriptions
GET
Error
Authorizations
A merchant secret key (sk_…) sent as Authorization: Bearer <key>.
Query Parameters
Filter by customer id.
Filter by status.
Available options:
incomplete, trialing, active, past_due, unpaid, canceled Page size (default 20, max 100).
Required range:
1 <= x <= 100Number of records to skip.
Required range:
x >= 0Cursor: a subscription id (typically the previous response's next_cursor). Returns results strictly after it, newest first. Cannot be combined with offset.
Response
A paginated list of subscriptions.
Available options:
list True when more records exist beyond this page.
Total number of subscriptions matching the query.
Present when has_more is true: the last returned subscription's id. Pass it as starting_after on the next request.

