Subscriptions
List Subscriptions
Retrieve a paginated list of subscriptions. Supports filtering by customer, plan, and status.
GET
List Subscriptions
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/flexprice/flexprice/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Maximum number of subscriptions to return.Example:
20Number of subscriptions to skip before starting to return results.Example:
10Cursor for pagination (alternative to offset).
Filter by customer ID.Example:
"cust_a1b2c3d4e5f6g7h8i9j0"Filter by plan ID.Example:
"plan_a1b2c3d4e5f6g7h8i9j0"Filter by subscription status.Options:
"ACTIVE", "CANCELLED", "INCOMPLETE", "EXPIRED", "PAUSED", "DRAFT"Response
Array of subscription objects.
Total number of subscriptions matching the query.
Maximum number of results returned.
Number of results skipped.
Whether there are more results available.
Example Request
cURL
Example Response
List Subscriptions