Skip to main content
GET
List

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

consumerId
string

Return subscriptions for this consumer organization. May be combined with merchantId to scope to a single consumer/merchant pair. Cannot be combined with customerId. Unique identifier for an organization

Pattern: ^org_[a-zA-Z0-9]+$
customerId
string

Return subscriptions for this customer. Cannot be combined with consumerId or merchantId. Unique identifier for a customer

Pattern: ^cus_[a-zA-Z0-9]+$
limit
string
default:10

Number of subscriptions to return

merchantId
string

Return subscriptions for this merchant organization. May be combined with consumerId to scope to a single consumer/merchant pair. Cannot be combined with customerId. Unique identifier for an organization

Pattern: ^org_[a-zA-Z0-9]+$
offset
string
default:0

Number of subscriptions to skip

status
enum<string>
Available options:
active,
terminated,
pending_payment
startedBefore
string<date-time>

Filter subscriptions started at or before this ISO 8601 date-time

include
enum<string>

Include related resources. When 'customer' is specified, each subscription includes merchant and consumer details.

Available options:
customer

Response

List of subscriptions

data
object[]
pagination
object

Offset-based pagination response.