v8
latestOpenAPI 3.1.02026-08-033623795.0 MBList Plans
Returns a paginated list of plans belonging to an account, with optional filtering by visibility, type, release method, and product.
Query parameters
The unique identifier of the account to list plans for.
The sort direction for results. Defaults to descending.
The field to sort results by. Defaults to created_at.
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.
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.
Response
plans listed
Example response
{
"data": [
{
"custom_fields": [
{
"field_type": "text"
}
],
"plan_type": "renewal",
"release_method": "buy_now",
"three_ds_level": "mandate_challenge",
"visibility": "visible"
}
]
}