Skip to main content
POST
Create Ad Schedule

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

customer_id
integer
required
token_id
integer | null

Optional specific Token ID

Body

application/json

Request to add ad schedule entries to a campaign.

campaign_id
integer
required

Campaign to add schedule to

entries
AdScheduleEntryInput · object[]
required

Schedule entries to add

Minimum array length: 1

Response

Successful Response

Result of a campaign criteria mutation.

success
boolean
required
successful_count
integer
default:0
failed_count
integer
default:0
errors
Errors · object[] | null