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 |
Response
Property | Type | Description |
---|---|---|
items | List of Objects | List of Webhook Objects, as described in the Get Webhook endpoint. |
nextPageToken | String - Optional | If |
Last updated