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.
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.
Number of items to return per page (1-100)
1 <= x <= 100
Page number to return
x >= 1
Webhook subscriptions retrieved successfully
The response is of type object
.