GET
/hyax-api/v1/landing-pages/:idGet landing page
Returns the complete builder content, page settings, custom CSS/code, header, footer, and advanced runtime configuration.
Base URL: https://platform.hyax.com · Replace YOUR_API_KEY with your team API key.
Request
curl -X GET 'https://platform.hyax.com/hyax-api/v1/landing-pages/clx_example_id' \
-H 'Authorization: Bearer YOUR_API_KEY'Response
{
"success": true,
"data": {
"id": "clx…",
"name": "Product launch",
"slug": "product-launch",
"path": "/lp/product-launch",
"status": "DRAFT",
"builderMode": "FULL_AI",
"content": { "rows": [], "globalStyles": {} },
"customCss": null,
"advancedRuntime": null
}
}