Organization
Get webhook endpoint delivery and latency metrics
Returns daily performance telemetry for one webhook endpoint:
- delivered vs errors (failed + currently retrying) and pending counts
- average and p95 endpoint response time in milliseconds
- overall success rate and latency summary for the selected range
Use this to power endpoint observability dashboards and identify reliability or latency regressions without downloading the full delivery history.
Example:
GET /platform/v1/organization/webhooks/d2f3a1c0-8e7b-4f6a-9c5d-1234567890ab/metrics?startDate=2026-07-01&endDate=2026-07-31
X-API-Key: hp_live_...
Date buckets are UTC and the entire endDate day is included.
Permissions: requires view access to “Webhooks”.
Authentication: Accepts either Authorization: Bearer <jwt> (dashboard) or X-API-Key: hp_live_... (programmatic).
GET
Get webhook endpoint delivery and latency metrics
Authorizations
JWT Bearer token for user session auth. Format: "Bearer {token}". Used by User and Organization endpoints.
Path Parameters
Webhook ID
Related topics
Get integration health (alerts, errors, insights)Inspect a webhook event and all delivery attemptsRedeliver a webhook deliveryWebhooksView webhook delivery history