Skip to main content
POST
/
api
/
v1
/
campaign
/
schedule
Scheduled Start
curl --request POST \
  --url https://api.example.com/api/v1/campaign/schedule/ \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "campaign_uid": "<string>",
  "start_date_ts": 123
}
'
{
  "message": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Enter your API key in the format: X-Api-Key <your_key>

Body

campaign_uid
string
required
start_date_ts
integer
required

Response

Success

message
string
required