cURL
curl --request POST \ --url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/eventdeliveries/forceresend \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "<string>" ] } '
{ "message": "<string>", "status": true, "data": {} }
This endpoint enables you retry a previously successful event delivery
Project ID
event delivery ids
A list of event delivery IDs to forcefully resend.
OK
Was this page helpful?