Organization
Inspect a webhook event and all delivery attempts
Stripe-style detail for one webhook delivery.
Returns:
- The exact event JSON object sent to the endpoint (
payload) - Endpoint URL/description captured at delivery creation time
- Current delivery state, HTTP status, response body, sanitized response headers, and latency
- Immutable newest-first attempt history, including automatic retries and manual redeliveries
- Connection failures and timeouts in
responseBodyeven when no HTTP status exists
Sensitive response headers such as set-cookie and authorization are
redacted before storage. Response bodies are capped at 1 KiB.
Use the returned delivery id with
POST /organization/webhook-deliveries/{deliveryId}/redeliver after fixing
the endpoint.
Authentication: Accepts either Authorization: Bearer <jwt> (dashboard) or X-API-Key: hp_live_... (programmatic).
GET
Inspect a webhook event and all delivery attempts
Authorizations
JWT Bearer token for user session auth. Format: "Bearer {token}". Used by User and Organization endpoints.
Path Parameters
Webhook delivery ID
Related topics
Inspect one event and all its webhook deliveriesView webhook delivery historyWebhooksList all organization eventsRedeliver a webhook delivery