Get list of subscriptions
This endpoint returns a paginated list of subscriptions.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
isActive
eventType
page
size
Response
Successfully retrieved list
items
List of items on current page
totalPages
Total number of pages
totalSize
Total number of items
Errors
401
Unauthorized Error
429
Too Many Requests Error
5XX
Server Error