v2

OpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Landing Pages

Validate a landing page display

Validates the same landing page display payload accepted by create without persisting a page-display record.

post/v3/pages/{page_id}/page-displays/validate

Request body

render_mode'html_mode' | 'builder' required

HTML Mode requests use html_mode. Builder payload details are intentionally not documented here and remain unsupported for public integration guidance; use HTML Mode for API-created pages.

html_codestring

Body-only HTML for HTML Mode.

css_codestring
js_codestring
additional_head_codestring

Additional HTML Mode document head code. Supports title, meta, link, style, script, and noscript tags. User-authored entries override managed SEO, crawler, and favicon convenience tags with the same identity, but do not override Scalev runtime tags or the document language.

metaobject required
fb_pixel_idsinteger[]

Scalev record IDs for Meta/Facebook pixels to attach to this page display. These are the numeric Scalev pixel records, not the provider pixel code. Send an empty array for no Meta/Facebook pixels.

tiktok_pixel_idsinteger[]

Scalev record IDs for TikTok pixels to attach to this page display. These are the numeric Scalev pixel records, not the provider pixel code. Send an empty array for no TikTok pixels.

kwai_client_pixel_idsinteger[]

Scalev record IDs for SnackVideo browser pixels to attach to this page display. Send an empty array for no SnackVideo browser pixels.

kwai_server_pixel_idsinteger[]

Scalev record IDs for SnackVideo Events API pixels to attach to this page display. Send an empty array for no SnackVideo server pixels.

onload_fb_eventsstring[] required

Meta/Facebook events fired automatically when the page loads.

onload_tiktok_eventsstring[] required

TikTok events fired automatically when the page loads.

onload_kwai_client_eventsstring[] required

SnackVideo browser events fired automatically when the page loads.

onload_kwai_server_eventsstring[] required

SnackVideo server events fired automatically when the page loads.

fb_events_onload_parametersobject required
tiktok_events_onload_parametersobject required
kwai_client_events_onload_parametersobject required
kwai_server_events_onload_parametersobject required

Response

Landing page display validation result

validboolean required