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.

POST
/api/v1/webhooks/deliveries/{id}/replay

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