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-09-15"
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.
Number of results to return from the start of the range.
x <= 100Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Number of results to return from the end of the range.
x <= 100Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.

