v1
latestOpenAPI 3.0.22026-08-061303782.1 MBList Subscriptions
Retrieve a list of Subscription resources.
For details on how to query endpoints using the available parameters, see Query Parameters.
Query parameters
Return every resource created after the cursor value.
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 by Application ID.
Return every resource created before the cursor value.
Filter by billing frequency.
Filter by the Buyer Identity's ID.
Filter where created_at is after the given date.
Filter where created_at is before the given date.
Filter by id.
The numbers of items to return.
Filter subscriptions linked to a specific Merchant.
Filter by the Subscription name (exact match).
Filter by the Subscription name (partial match).
Filter by state:
- ACTIVE
- CANCELED
- EXPIRED
- NOT_STARTED
- PAST DUE
Filter subscriptions created by a Subscription Link.
Filter subscriptions that were created using a specific Subscription Plan.
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 resources
Example response
{
"_embedded": {
"Subscription": [
{
"amount": 5000,
"billing_cycle_day": 1,
"billing_interval": "MONTHLY",
"subscription_plan_id": "subscription_plan_ctBbJ1ihsC8Hpju4RQfZE"
}
]
}
}