Skip to main content
GET
List all subscriptions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

state
enum<string>

The state of the subscription

Available options:
active,
expired,
ready
page
string

A cursor for pagination across multiple pages of results. Don’t include this parameter on the first call.

pageSize
integer
default:10

Number of items to be returned in a single page

Required range: 1 <= x <= 25

Response

200 - application/json
items
Subscription · object[]
nextPage
string | null