Access webhook event records for monitoring webhook delivery. These endpoints allow you to list webhook events, retrieve individual event details, and view summary aggregates overall or grouped by date.Documentation Index
Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt
Use this file to discover all available pages before exploring further.
Related schemas
- Webhook Event — field reference for webhook event objects
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v2/webhook-events | List webhook event |
| GET | /api/v2/webhook-events/{id} | Get webhook event |
| GET | /api/v2/webhook-events/summary | Get overview aggregates for webhook events |
| GET | /api/v2/webhook-events/summary-by-date | Get overview aggregates for webhook events by date |