List Plans
Returns a paginated list of plans. Omit account_id and pass product_ids to list a product’s public buyable plans.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-08-25-2"
Query Parameters
The unique identifier of the account to list plans for. Required unless product_ids is provided for a public product-plan read.
The sort direction for results. Defaults to descending.
asc, desc The field to sort results by. Defaults to created_at.
id, active_members_count, created_at, internal_notes, expiration_days Filter to only plans matching these release methods.
Filter to only plans matching these visibility states.
Filter to only plans matching these billing types.
Filter to only plans belonging to these product identifiers. When account_id is omitted, this is required and the response is publicly readable: only visible, non-invoice plans are returned.
Only return plans created before this timestamp.
Only return plans created after this timestamp.
The number of plans to return (default and max 100).
A cursor; returns plans after this position.
The number of plans to return from the end of the range.
A cursor; returns plans before this position.

