JavaScript
Subscriptions
Get a list of subscriptions
Retrieves a paginated list of subscriptions, with optional filters for customer, status, and plan.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.stigg.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Server API Key
Query Parameters
Return items that come after this cursor
Return items that come before this cursor
Maximum number of items to return
Required range:
1 <= x <= 100Filter by customer ID
Required string length:
1 - 255Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_|.@-]*$Filter by subscription status. Supports comma-separated values for multiple statuses
Available options:
PAYMENT_PENDING, ACTIVE, EXPIRED, IN_TRIAL, CANCELED, NOT_STARTED Filter by plan ID
Required string length:
1 - 255Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$Filter by resource ID
Required string length:
1 - 255Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$Filter by pricing type. Supports comma-separated values for multiple types
Available options:
FREE, PAID, CUSTOM Filter by creation date using range operators: gt, gte, lt, lte
