Webhook deliveries
Re-deliver a logged webhook
Re-enqueues the delivery with its ORIGINAL event id — consumers deduping on x-webhook-id treat it idempotently.
Re-enqueues the delivery with its ORIGINAL event id — consumers deduping on x-webhook-id treat it idempotently.
Authorization
tenant-api-key x-api-key<token>
Tenant API key (backend only — never expose to a browser)
In: header
Path Parameters
id*string
Response Body
curl -X POST "https://example.com/api/v1/webhooks/deliveries/string/replay"Empty
List webhook deliveries to your endpoint (paginated) GET
Every delivery attempt we made to your webhookUrl, newest first, with the exact envelope sent, the response we saw, and retry state.
Send a synthetic signed test event to your endpoint POST
Goes through the real queue, signer, and retry pipeline — verify the signature exactly as for production events. Works with test-mode keys.