List webhook events
Returns a list of all webhook events matching the query parameters provided. Expired events are not included.
Scopes: WEBHOOK_EVENTS_READ
Headers
Accept
X-Region
X-Signature
User-Agent
Query parameters
webhook_endpoint_id
Events delivered to this webhook endpoint ID.
status
The status of an event that was delivered to a webhook endpoint. The status can either be PENDING, SUCCESS, or FAILED.
Allowed values:
event_type
The type of event that will be sent to the webhook endpoint.
cursor
A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for the original query.
limit
Maximum number of webhook events to return.
Response
OK
webhook_events
cursor
The pagination cursor to be used in a subsequent request. If empty, this is the final response.