cURL
curl --request POST \ --url https://www.closient.com/integrations/api/v1/webhooks/deliveries/{delivery_id}/replay/ \ --header 'X-API-Key: <api-key>'
{ "delivery_id": "<string>", "status": "<string>", "http_status_code": 123, "response_body": "<string>" }
Creates a new delivery attempt for a dead-lettered delivery.
Unique identifier of the delivery to replay.
OK
Response schema for a test delivery result.
ID of the created delivery record.
Delivery status after the test.
HTTP status from the endpoint.
First 256 chars of response body.