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
headerrequired

Path Parameters

projectID
string
required

Project ID

Body

application/json
ids
string[]

A list of event delivery IDs to forcefully resend.

Response

200 - application/json
message
string
status
boolean
data
object