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.
Authorizations
API key starting with sk_case_
Path Parameters
Body
Override payload to deliver. Must only be supplied when the delivery record lacks enough context to reconstruct the original event (rare). Defaults to an empty data envelope.
Response
Replay kicked off; inspect deliveries list to see the new attempt

