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",
    "dnsRecordName": "pages.example.com",
    "dnsRecordValue": "pages.sequenzydns.com"
  }
}

Changes

Changed in 5 of the 121 revisions of this API.314

    • added the optional property domain/dnsRecordName to the response with the 200 status

      response-optional-property-added

    • added the optional property domain/dnsRecordType to the response with the 200 status

      response-optional-property-added

    • added the optional property domain/dnsRecordValue to the response with the 200 status

      response-optional-property-added

    • added the optional property domain/domainScope to the response with the 200 status

      response-optional-property-added

    • added the optional property domain/fallbackDomain to the response with the 200 status

      response-optional-property-added

    • added the optional property domain/fallbackDomainStatus to the response with the 200 status

      response-optional-property-added

    • added the optional property domain/landingPageId to the response with the 200 status

      response-optional-property-added

    • added the optional property retryable to the response with the 400 status

      response-optional-property-added

    • added the optional property retryable to the response with the 401 status

      response-optional-property-added

    • added the optional property retryable to the response with the 500 status

      response-optional-property-added

    • added the optional property code to the response with the 400 status

      response-optional-property-added

    • added the optional property code to the response with the 401 status

      response-optional-property-added

    • added the optional property code to the response with the 500 status

      response-optional-property-added

    • the response property success became optional for the status 400

      response-property-became-optional

    • the response property success became optional for the status 401

      response-property-became-optional

    • the response property success became optional for the status 500

      response-property-became-optional

    • endpoint added

      endpoint-added