POST
/
v1
/
projects
/
{projectID}
/
eventdeliveries
/
forceresend
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": {}
}

Authorizations

Authorization
string
header
required

Path Parameters

projectID
string
required

Project ID

Body

application/json

event delivery ids

The body is of type object.

Response

200
application/json

OK

The response is of type object.