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