Verify landing page domain
Checks DNS and SSL status for the current custom landing page domain.
Response
Domain verification status returned
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/dnsRecordNameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
domain/dnsRecordTypeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
domain/dnsRecordValueto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
domain/domainScopeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
domain/fallbackDomainto the response with the200statusresponse-optional-property-added
- ○
added the optional property
domain/fallbackDomainStatusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
domain/landingPageIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
retryableto the response with the400statusresponse-optional-property-added
- ○
added the optional property
retryableto the response with the401statusresponse-optional-property-added
- ○
added the optional property
retryableto the response with the500statusresponse-optional-property-added
- ○
- ○
added the optional property
codeto the response with the400statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the500statusresponse-optional-property-added
- ○
- ▲
the response property
successbecame optional for the status400response-property-became-optional
- ▲
the response property
successbecame optional for the status401response-property-became-optional
- ▲
the response property
successbecame optional for the status500response-property-became-optional
- ▲
- ○
endpoint added
endpoint-added
- ○