Skip to main content
Launch a campaign
curl --request POST \
  --url https://api.example.com/api/v4/campaigns/{id}/launch \
  --header ':cookie: <api-key>'
{
  "error": {
    "type": "error",
    "message": "<string>",
    "code": "<string>"
  }
}

Authorizations

Headers

X-Vero-Project-Id
string

Path Parameters

id
string
required

Response

OK