Landing Pages
Connect a dedicated page domain
Assigns one hostname to one landing page. The page opens at the hostname root, while existing workspace and Sequenzy URLs remain available.
post/landing-pages/{landingPageId}/domain
Path parameters
landingPageIdstring required
Request body
Example request
{
"domain": "offer.example.com"
}Response
Dedicated page domain connected
Example response
{
"domain": {
"domain": "pages.example.com",
"domainStatus": "pending",
"cnameTarget": "pages.sequenzydns.com",
"dnsRecordName": "pages.example.com",
"dnsRecordValue": "pages.sequenzydns.com"
}
}Changes
Changed in 2 of the 123 revisions of this API.4
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○