List event subscriptions
Use this method to retrieve a paginated list of event subscriptions that are linked to the ISV’s account.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
status
Filter event subscriptions by subscription status.
Allowed values:
event
Filter event subscriptions by event type. For a complete list of events, go to Events.
Response
Successful request. Returns a list of event subscriptions.
count
Number of results that we returned.
data
Array of eventSubscription objects.
hasMore
Indicates that further results are available.
limit
Maximum number of results that we return for each page.
links
Reference links to navigate to the previous page of results, or to the next page of results.