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.
countdoubleOptional
Number of results that we returned.
datalist of objectsOptional
Array of eventSubscription objects.
hasMorebooleanOptional
Indicates that further results are available.
limitdoubleOptional
Maximum number of results that we return for each page.

Errors