List subscriptions
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
limit
Maximum number of items to return (1-100).
offset
Number of items to skip before returning results.
customer_id
Filter by customer UUID.
status
Filter by subscription status.
Allowed values:
plan_id
Filter by plan UUID.
Response
A paginated list of subscriptions
data
pagination
Errors
401
Unauthorized Error