Skip to main content
GET
Preview a CPL order.
Runs the full POST /cpl/orders validation matrix without committing. Surfaces server-computed pricing, the balance check, and a list of eligibility errors. eligible: true means the same body would succeed against POST /cpl/orders.

Authorizations

X-API-Key
string
header
required

Your API key from the Studio Dashboard

Query Parameters

offer_id
integer
required
Required range: x >= 1
of_account_id
integer
required
Required range: x >= 1
quantity
integer
required
Required range: x >= 1
campaign_type
enum<string>
required
Available options:
free,
paid,
paid_trial
trial_days
enum<integer>

Required when campaign_type=paid_trial.

Available options:
1,
3,
7,
14,
30,
90,
180,
360
content_channels
enum<string>[]

Optional filter. When omitted, every live channel on the model is used. When set, the order uses only the listed channels (intersected with the live ones).

Available options:
lifestyle,
tiktok,
lingerie,
light_nudes,
nudes

Response

Quote.

success
boolean
data
object

Pre-flight validation + pricing for a CPL order. eligible: true means the same input would succeed against POST /cpl/orders.