v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Content

Render a named zone for web-page embedding

Web-friendly zone rendering at POST /zones/{zone_name}. Intended for direct use from a browser page or web SDK embed — accepts form-encoded and multipart bodies in addition to JSON, and handles cookie-based identity automatically. Renders the zone identified by zone_name and returns its content (HTML, JavaScript, JSON, or plain text). For backend zone rendering use POST /api/v6/zones/{event_name} instead.

post/zones/{zone_name}

Path parameters

zone_namestring required

Request body

object required

Response

Rendered zone content. The response body shape varies by the zone's creative configuration: HTML, JavaScript, JSON, or plain text.