List Webhooks
Last updated
Last updated
GET /webhooks
Lists all existing webhooks.
Webhooks:Read
The following query parameters can be appended to the url
limit
Number - Optional
Maximum number of items included in response
paginationToken
String - Optional
Page cursor used (taken from the previous response nextPageToken
).
items
List of Objects
nextPageToken
String - Optional
If nextPageToken
is passed, can be used to query next page. Will not be set if this is last page.
List of Webhook Objects, as described in the endpoint.