List subscriptions

View as Markdown
Returns a paginated list of subscriptions. Supports filtering by customer, status, and plan.

Authentication

AuthorizationBearer

Use a secret key (sk_test_* or sk_live_*) for full read/write access, or a public key (pk_test_* or pk_live_*) for read-only access.

Query parameters

limitintegerOptional1-100Defaults to 20

Maximum number of items to return (1-100).

offsetintegerOptional>=0Defaults to 0
Number of items to skip before returning results.
customer_idstringOptionalformat: "uuid"
Filter by customer UUID.
statusenumOptional
Filter by subscription status.
Allowed values:
plan_idstringOptionalformat: "uuid"
Filter by plan UUID.

Response

A paginated list of subscriptions
datalist of objects
paginationobject

Errors

401
Unauthorized Error