List event subscriptions

Use this method to retrieve a paginated list of event subscriptions that are linked to the ISV’s account.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

statusenumOptional
Filter event subscriptions by subscription status.
Allowed values:
eventstringOptional

Filter event subscriptions by event type. For a complete list of events, go to Events.

Response

Successful request. Returns a list of event subscriptions.
countdouble or null
Number of results that we returned.
datalist of objects or null
Array of eventSubscription objects.
hasMoreboolean or null
Indicates that further results are available.
limitdouble or null
Maximum number of results that we return for each page.

Errors