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
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?