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
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 <= 100
Page number to return
Required range:
x >= 1
Response
200
application/json
Webhook subscriptions retrieved successfully
The response is of type object
.