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
Example response
{
"success": true,
"domain": {
"domain": "pages.example.com",
"domainStatus": "pending",
"cnameTarget": "pages.sequenzydns.com"
}
}