Get overview aggregates for webhook events
Webhook Event
Get overview aggregates for webhook events
Get overview aggregates for webhook events including success/failure rates
GET
Get overview aggregates for webhook events
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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Inclusive start of the window (YYYY-MM-DD).
Example:
"2024-01-01"
Inclusive end of the window (YYYY-MM-DD).
Example:
"2024-01-31"
Response
Default Response
Total number of webhook events
Example:
100
Total number of successful webhook events
Example:
100
Total number of failed webhook events
Example:
100
Percentage (0-100) of successful webhook calls
Example:
50
Percentage (0-100) of failed webhook calls
Example:
50