List subscriptions
Subscriptions
List subscriptions
List subscriptions with optional filtering by customer or plan.
GET
List subscriptions
Documentation Index
Fetch the complete documentation index at: https://docs.meteroid.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by customer ID or alias
Example:
"plan_7n42DGM5Tflk9n8mt7Fhc7"
Available options:
PENDING_ACTIVATION, PENDING_CHARGE, TRIAL_ACTIVE, ACTIVE, TRIAL_EXPIRED, PAUSED, SUSPENDED, CANCELLED, COMPLETED, SUPERSEDED, ERRORED Sort order. Format: column.direction. Allowed columns: customer_name, plan_name, mrr_cents, billing_start_date, end_date, status, created_at. Direction: asc or desc. Default: created_at.desc.
Page number (0-indexed)
Required range:
x >= 0Number of items per page
Required range:
1 <= x <= 100