Skip to main content
POST
/
webhooks
/
v1
/
deliveries
/
{id}
/
replay
curl -X POST "https://api.case.dev/webhooks/v1/deliveries/%3Cstring%3E/replay" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "payload": {} }'

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

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