Skip to main content
POST
Create campaign from draft

Authorizations

Authorization
string
header
required

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

Path Parameters

draft_id
integer
required

Query Parameters

token_id
integer | null

Optional specific Token ID

Response

Successful Response

Response schema for campaign creation.

success
boolean
required
campaign
CreatedCampaignSchema · object | null

Created campaign response.

warnings
string[] | null
error
string | null