v1
latestOpenAPI 3.0.22026-08-061303782.1 MBList Subscription Plans
Retrieve a list of Subscription Plan resources.
Query parameters
Filter by an amount greater than.
Filter by an amount greater than or equal.
Filter by an amount less than.
Filter by an amount less than or equal.
Filter by an amount equal to the given value.
Filter subscription plans linked to a specific Merchant.
Filter by the plan name (exact match).
Filter by the plan name (partial match).
Filter by state:
- ACTIVE
- INACTIVE
Filter by Application ID.
Return every resource created after the cursor value.
Return every resource created before the cursor value.
Filter where created_at is after the given date.
Filter where created_at is before the given date.
The numbers of items to return.
Filter by the tag's key. For more information, see Tags.
Filter by the tag's value. For more information, see Tags.
Filter where updated_at is after the given date.
Filter where updated_at is before the given date.
Headers
Specify the API version of your request. For more details, see Versioning.
Response
List of Subscription Plan resources
Example response
{
"_embedded": {
"subscription_plans": [
{
"billing_interval": "MONTHLY",
"amount": 5000,
"discount_phase_defaults": {
"amount": 5000
}
}
]
}
}