Skip to main content
GET
Get all subscriptions

Authorizations

Authorization
string
header
required

Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.

Query Parameters

page
integer

Page number

per_page
integer

Number of records per page

external_customer_id
string

Filter by external customer ID

Example:

"ext_cus_1234567890abcdef"

plan_code
string

Filter by plan code

Example:

"plan_1234567890abcdef"

status
enum<string>[]

Comma-separated list of statuses

Available options:
ACTIVE,
PENDING,
CANCELED,
TERMINATED

Response

A list of subscriptions

subscriptions
object[]
metadata
object