Get webhook delivery statistics
Get webhook delivery statistics. View request and response details for this Samva email API endpoint.
Returns aggregate pending, delivered, exhausted, and cancelled delivery counts for a webhook endpoint, plus the same counts per organization-local calendar day over the selected period of 7, 30, or 90 days. Deliveries are retained for 90 days, so 90d is the whole history.
Authorization
apiKey In: header
Path Parameters
^wep_[0-9a-hjkmnp-tv-z]{16,24}$Query Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/webhooks/string/stats"{ "total": 0, "pending": 0, "delivered": 0, "exhausted": 0, "cancelled": 0, "daily": [ { "date": "string", "pending": 0, "delivered": 0, "exhausted": 0, "cancelled": 0 } ]}Related
List webhook delivery logs
Returns recent deliveries for a webhook endpoint, each naming the event type and time it was made for, with its nested attempt diagnostics.
List webhooks
Returns a paginated list of the organization's webhook endpoints with each endpoint's delivery counts, optionally filtered by name search and status.