Webhooks
Replay a webhook delivery
Re-sends the original event to its endpoint. The payload is reconstructed from the delivery record (same eventId, eventType, and occurred_at). Replay deliveries include a Case.dev replay marker header so receivers can distinguish replays from first-time deliveries. Uses the endpoint's current signing secret — not the one in force at the original delivery time.
post/webhooks/v1/deliveries/{id}/replay
Path parameters
idstring required
Request body
Response
Replay kicked off; inspect deliveries list to see the new attempt