Skip to main content
GET
Preview a CPC order.
Runs the full POST /cpc/orders validation matrix without committing. Surfaces the server-computed price-per-click floor and total cost, the balance check, and a list of eligibility errors. eligible: true means the same body would succeed against POST /cpc/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
creative_public_id
string
required
Example:

"cpcr_xxxxxxx"

clicks
integer
required
Required range: x >= 1
price_per_click
number<float>

Optional. When omitted, the floor is used.

Required range: x >= 0

Response

Quote.

success
boolean
data
object

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