List webhook subscriptions
Subscription endpoints
List webhook subscriptions
OAuth scope: webhook
Retrieves a paginated list of webhook subscriptions. Only webhook subscriptions created by the authenticated user and for the current client_id are returned.
GET
List webhook subscriptions
Authorizations
Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Query Parameters
Number of items to return per page (1-100)
Required range:
1 <= x <= 100Page number to return
Required range:
x >= 1