Webhook delivery volume, success rate, and latency
Aggregated webhook-attempt stats over the requested window. Returns total deliveries, success vs failure counts, p95 end-to-end latency (event creation to attempted delivery), and the top failing event types (top 10 by failure count).
Authorizations
Pass your secret key in the Authorization header as a Bearer
token: Authorization: Bearer sk_test_... (sandbox) or
Bearer sk_live_... (production).
Keys are created in the developer portal and the plaintext secret is shown exactly once at creation. Treat them like passwords — never embed them in mobile apps or front-end code.
Query Parameters
Inclusive lower bound (ISO-8601 timestamp). Defaults to
now - 30 days when omitted.
Exclusive upper bound (ISO-8601 timestamp). Defaults to now
when omitted.
Response
Aggregated webhook-delivery stats.
x >= 0x >= 0x >= 0Latency proxy: attempted_at - webhook_event.created_at,
in milliseconds. The attempt row carries no per-attempt
duration today; this is the closest available signal.
x >= 0