Landing Pages
Connect a dedicated page domain
Assigns one hostname to one landing page. The page opens at the hostname root, while existing workspace and Sequenzy URLs remain available.
post/landing-pages/{landingPageId}/domain
Path parameters
landingPageIdstring required
Request body
Example request
{
"domain": "offer.example.com"
}Response
Dedicated page domain connected
Example response
{
"domain": {
"domain": "pages.example.com",
"domainStatus": "pending",
"cnameTarget": "pages.sequenzydns.com"
}
}