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

Body

campaign_uid
string
required
start_date_ts
integer
required

Response

Success

message
string
required