latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-192731541009.1 KB

ba3a29c6eb33

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

domainstring required

Example request

{
  "domain": "offer.example.com"
}

Response

Dedicated page domain connected

successboolean
messagestring

Example response

{
  "domain": {
    "domain": "pages.example.com",
    "domainStatus": "pending",
    "cnameTarget": "pages.sequenzydns.com"
  }
}