List Webhook Events
GET /webhooks/:webhookId/events
Lists all events for a given webhook.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
We only keep a trace of those Webhook Events in our system for a retention period of 31 days. Past that, they are discarded, so you cannot see them using List Webhook Events or Get Webhook Event endpoints.
Permissions Required
Webhooks:Events:Read
Request Params
The following query parameters can be appended to the url
Property | Type | Description |
---|---|---|
deliveryFailed | Boolean - Optional | If this query parameter is not specified, all Webhook Events will be returned (whether their delivery failed or not). If you pass |
limit | Number - Optional | Maximum number of items included in response |
paginationToken | String - Optional | Page cursor used (taken from the previous response |
Response
See Webhook Event Data for more details on potential response formats by webhook event kind.
Property | Type | Description |
---|---|---|
items | List of Objects | List of Webhook Event objects as detailed in the Get Webhook Event endpoint. |
nextPageToken | String - Optional | Page cursor used (taken from the previous response |
Last updated