Skip to main content
POST
/
webhooks
/
v1
/
deliveries
/
{id}
/
replay
Replay a webhook delivery
curl --request POST \
  --url https://api.case.dev/webhooks/v1/deliveries/{id}/replay \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "payload": {}
}'

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Body

application/json
payload
object

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