v93

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
Landing Pages

Update landing page domain settings

Replaces the custom landing page domain, verifies the current domain, or both.

put/landing-pages/domain

Request body

domainstring

Replacement custom landing page domain.

verifyboolean

Check DNS and SSL status for the current domain.

Example request

{
  "domain": "pages.example.com",
  "verify": true
}

Response

Domain settings updated

successboolean

Example response

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