List webhook subscriptions
Returns a list of endpoints that we will send webhooks to.
This endpoint requires the webhook-subscriptions.read
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The ID of the merchant account to act upon. When not or provided, this value
will default to the first merchant account a user has access to. This value
can be set to *
on some APIs to fetch resources from all merchant accounts.
255
"default"
Response
A list of webhook subscriptions.
The limit applied to request. This represents the number of items that are at maximum returned by this request.
1 <= x <= 100
1
The cursor that represents the next page of results. Use the cursor
query
parameter to fetch this page of items.
1 - 1000
"ZXhhbXBsZTE"
The cursor that represents the next page of results. Use the cursor
query
parameter to fetch this page of items.
1 - 1000
null
Was this page helpful?