Webhooks
Redeliver Webhook
Manually re-attempt a delivery for an existing event_id
POST
Overview
Inserts a new attempt row referencing the sameevent_id as the original
delivery, then enqueues it for the dispatcher. The new delivery
carries a fresh webhook-timestamp (so customer freshness checks pass)
and a new delivery_attempt_id, but the same webhook-id for
deduplication.
This endpoint is billable.
Path Parameters
Endpoint ID (
whk_*).Original delivery attempt UUID.
Response
Always
"webhook_redelivery".UUID of the newly enqueued attempt.
Request identifier.