v1
latestOpenAPI 3.0.22026-08-061303782.1 MBList Subscription Balance Entries
Retrieve a list of Subscription Balance Entry resources to view a timeline of all changes to a Subscription balance by a user. Currently, only credits can modify a Subscription balance.
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 equal to the given 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.
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.
Specify the key to be used for sorting the collection. Acceptable values are:
- updated_at
- created_at
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 Balance Entry resources
Example response
{
"_embedded": {
"subscription_balance_entries": [
{
"amount": 5000
}
]
}
}