List and Filter Subscriptions
Retrieve a paginated list of subscriptions with filters for status, email, plan, card brand, and creation date range.
GET /subscription returns a paginated list of your subscriptions. Filter by status, customer email or name, plan, card brand, or creation date range to narrow results. Results are returned in reverse-chronological order by creation date.
Filter and paginate with the query parameters in the panel above (created_from/created_to are inclusive ISO 8601 date bounds on createdAt). Response shape:
Authorizations
Your secret API key: Bearer prv_production_xxx (production) or Bearer prv_sandbox_xxx (sandbox).
Query Parameters
Your merchant account identifier.
Filter by status: pending, trialing, active, past_due, suspended, cancelled, paused, completed.
Partial, case-insensitive match on customer email.
Partial, case-insensitive match on customer name.
Filter to one plan ID.
Filter by card brand, e.g. visa, mastercard, amex.
ISO 8601 date lower bound (inclusive) on creation date.
ISO 8601 date upper bound (inclusive) on creation date.
Page number, starting at 1. Default 1.
Results per page. Default 20, max 200.

