Skip to main content
GET
List subscriptions

Authorizations

Authorization
string
header
required

Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'

Query Parameters

status
enum<string>
default:active

Filter by subscription status (default: active)

Available options:
active,
cancelled,
all
customer_id
string

Filter by customer ID

cursor
string

Pagination cursor from a previous response

limit
integer
default:10

Maximum number of results to return (1-100)

Required range: 1 <= x <= 100

Response

List of subscriptions

data
object[]
required
has_more
boolean
required
next_cursor
string | null