Universal Webhook Reliability API
HookVault — Universal Webhook Reliability API Stop building retry logic, dead letter queues, and delivery tracking from scratch. HookVault sits between webhook providers (Stripe, GitHub, Shopify, etc.) and your application, guaranteeing every event reaches its destination. Core Features: Automatic Retries — Exponential backoff with jitter on 5xx, 429, 408, and network errors. Configure max…
Universal Webhook Reliability API endpoints
| Method | Endpoint | Description |
|---|---|---|
| System | ||
| GET |
healthCheck /health |
|
| Inbox | ||
| POST |
inboxCapture /inbox/{tenant_id}/{inbox_token} |
Public endpoint for 3rd-party providers (Stripe, GitHub, etc.). No API key required. |
| Destinations | ||
| DELETE |
deleteDestination /destinations/{id} |
|
| PATCH |
updateDestination /destinations/{id} |
|
| GET |
getDestination /destinations/{id} |
|
| GET |
listDestinations /destinations |
|
| POST |
createDestination /destinations |
|
| POST |
testDestination /destinations/{id}/test |
|
| Events | ||
| POST |
cancelEvent /events/{event_id}/cancel |
|
| GET |
getAttempts /events/{event_id}/attempts |
|
| GET |
listEvents /events |
|
| GET |
getEvent /events/{event_id} |
|
| POST |
createEvent /events |
|
| Replay | ||
| POST |
replayEvent /events/{event_id}/replay |
|
| DLQ | ||
| POST |
replayDLQ /dlq/{event_id}/replay |
|
| GET |
listDLQ /dlq |
|
| Metrics | ||
| GET |
getMetrics /metrics |
|
| GET |
getLimits /limits |
|
Universal Webhook Reliability API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29 / month | — |
|
| ULTRA | $99 / month | — |
|
| MEGA | $299 / month | — |
|