List all subscriptions
Subscription
List all subscriptions
Return a list of subscriptions. The list is sorted by createdAt timestamp with the most recently created subscriptions appearing first.
GET
List all subscriptions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The state of the subscription
Available options:
active, expired, ready A cursor for pagination across multiple pages of results. Don’t include this parameter on the first call.
Number of items to be returned in a single page
Required range:
1 <= x <= 25