OpenAPI 3.1.0raw.githubusercontent.com2026-08-17263153961.8 KB

9da9d1816e27

Landing Pages

Get landing page domain settings

Returns the custom landing page domain settings for the authenticated company.

get/landing-pages/domain

Response

Domain settings returned

successboolean

Example response

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