API Reference

Get Subscriptions

Use this API to retrieve a list of all subscriptions.

This endpoint allows you to fetch subscriptions with various filters and sorting options to customize the results according to your needs.
Example Requests:

  1. /subscriptions?offset=0&limit=200
  2. /subscriptions?offset=0&limit=200&orderBy=id
Log in to see full request history
Query Params
integer

Indicates the result from which pagination starts. Defaults to 0.
Example: 0

integer

Restricts the size of the results returned. Defaults to 200.
To override the default and return all entries you must explicitly pass
a non-positive integer value for limit e.g. limit=0, or limit=-1
Example: 20

string

The list is sorted by the indicated field.
Possible values - id, entity, action, subscriber_id.
Example: 'entity'

string

Specifies the sorting order. Possible values - ASC, DESC
Example: 'ASC'

integer

Filter records based on subscriberId.
Example: 123

Headers
string
required
Defaults to z01j3e71zd6zkq908vyf5861a8

The ID of your banking instance visible in the MBANQ Console.

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json