GET/v1/subscriptions

List subscriptions

Returns recurring billing subscriptions for your account.

Authentication

Secret Key — send Authorization: Bearer YOUR_KEY header.

Query parameters

ParameterTypeRequiredDescription
statusstringNoactive | paused | canceled
cursorstringNoPagination cursor

Response fields

FieldTypeDescription
itemsarraySubscription objects
next_cursorstring | nullCursor for next page

Code examples

bash
# Examples for "subscriptions-list" not configured.

Response example

json
{ "success": true, "data": { "items": [], "next_cursor": null } }