List subscriptions
Returns your event subscriptions, newest first. Filter by status or by a subscribed event type.
Authentication
Authorizationstring
Use the API key format: api-key <token>.
Query parameters
page
Zero-based page index. Defaults to 0.
size
Page size between 1 and 100. Defaults to 50.
status
Filter by subscription status: active or paused.
Allowed values:
eventType
Return only subscriptions that include this event type.
Allowed values:
Response
One page of subscriptions, newest first.
data
Items on the requested page.
pageInfo
Paging details for this result set.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
405
Method Not Allowed Error
406
Not Acceptable Error
500
Internal Server Error