Replay an event
Re-delivers the event to all currently subscribed webhook endpoints, with the same event id and a fresh signature. Use after fixing a consumer bug or recovering from an outage. Handlers should be idempotent on event id.
Authentication
Path parameters
Event ID (evt_...).
Headers
Unique key (e.g. a UUID) making this POST safe to retry. Replays within 24 hours return the original response without repeating side effects.
Response
The event queued for re-delivery.
Event ID (evt_...).
Webhook/event-log event type.
The related candidate’s external_ref, echoed on every event for correlation; null for ping.

