List all subscriptions
Returns a paginated list of subscriptions. Supports filtering by customer, product, instalment plan, billing cycle, currency, status flags (cancelled, completed, paused, instalments), date range, and free-text search.
Query Parameters
Page number for pagination.
Number of subscriptions per page.
Sort direction.
ascdescField to sort by.
emailnext_billing_datestatusdatecancelledpayment_countFree-text search across subscription data.
Start date filter (ISO string or Unix timestamp).
End date filter (ISO string or Unix timestamp).
Filter by customer UUID.
Filter by product UUID.
Filter by instalment plan UUID.
Show only cancelled subscriptions.
Show only completed subscriptions.
Exclude paused subscriptions from results.
Show only instalment-based subscriptions.
Filter by billing frequency.
dayweekmonthyearFilter by ISO currency code.
Responses
Paginated list of subscriptions
Validation or business-logic error
Missing or invalid API key