Plans
List plans
Returns a paginated list of plans. Supports filtering by tag IDs.
GET
List plans
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
Available options:
2026-04-01 Query Parameters
Number of items to return per page
Example:
20
Number of items to skip
Example:
0
Sort field and direction in format field:order
Example:
"created_at:desc"
Filter by tag IDs (comma-separated to match any)
Example:
"tag_abc123"
Previous
Create a planCreates a new plan with its full pricing template — name, currency, contract configuration, and the items (standalone priced products and/or bundles) that subscriptions will inherit. Optional fields cover plan-level discount, spend thresholds, price escalation, entitlements, tags, and invoice/email behavior.
Next
List plans