List Webhooks
GET /webhooks
Lists all existing webhooks.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Permissions Required
Webhooks:Read
Request Params
The following query parameters can be appended to the url
Property
Type
Description
limit
Number - Optional
Maximum number of items included in response
paginationToken
String - Optional
Page cursor used (taken from the previous response nextPageToken
).
Response
Property
Type
Description
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.
Last updated