Landing Pages
Get landing page domain settings
Returns the custom landing page domain settings for the authenticated company.
get/landing-pages/domain
Response
Domain settings returned
Example response
{
"success": true,
"domain": {
"domain": "pages.example.com",
"domainStatus": "pending",
"cnameTarget": "pages.sequenzydns.com"
}
}