v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Content

Render a named zone

API-friendly zone rendering at POST /api/v6/zones/{event_name}. Intended for backend rendering where the caller supplies a bearer access token directly. Renders the zone identified by the event_name path parameter and returns the structured zone content as JSON. Pass zone input data in the request body. Returns an error when no content backs the zone. For browser or in-app rendering use POST /zones/{zone_name} instead.

post/api/v6/zones/{event_name}

Path parameters

event_namestring required

Request body

object required

Response

Zone content.

campaign_idstring required

Extole campaign id that served this zone. Absent if not determinable.

dataobject required

Creative output for this zone. Structure varies by campaign configuration.

event_idstring required

Extole event id generated for this zone render request.