Retrieve a list of webhook events
GET/v2/webhooks/events
Returns a paginated list of webhook delivery attempts triggered by your configurations. Each record includes:
- The event type and resource involved.
- The payload that was sent to the target URL.
- The status of the request (sent, pending, failed).
- Response status code and message (if available).
- When the attempt was made.
Filter Examples:
?event_type=created?source=response?status=failed?timestamp=2024-03-01
Request
Responses
- 200
- 401
- 403