v93

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

Verify landing page domain

Checks DNS and SSL status for the current custom landing page domain.

post/landing-pages/domain/verify

Response

Domain verification status returned

successboolean

Example response

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