JsonCutDocs
V2 APIEndpointsWebhooks

Replay a dead-letter delivery

Replay a dead-letter delivery. Signed render lifecycle events with delivery inspection, testing and dead-letter replay. Required API key scopes: `operations:cancel`.

POST
/api/v2/webhooks/{id}/deliveries/{deliveryId}/replay

Authorization

apiKeyAuth

Path Parameters

id*string

Resource identifier

deliveryId*string

Webhook delivery identifier

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v2/webhooks/string/deliveries/string/replay"
{  "success": true,  "data": {    "replayed": true  }}