Skip to main content
POST
Connect Landing Page Domain
Connect a custom domain for published landing pages. After connecting, add the returned DNS record and verify the domain: subdomains use a CNAME record pointing to pages.sequenzydns.com, root domains use an A record pointing to 76.76.21.21. When you connect a root domain, its www host also redirects to the root, provided the www host has a CNAME record pointing to pages.sequenzydns.com and is not connected as its own landing page domain. The dnsRecordType, dnsRecordName, and dnsRecordValue response fields describe the record to add. The route above configures the backward-compatible workspace domain shared by all pages. To dedicate a hostname to one page and serve it from the hostname root, use POST /api/v1/landing-pages/{landingPageId}/domain. Existing workspace and Sequenzy URLs remain available.

Request

string
required
Custom landing page domain, for example pages.example.com or a root domain like example.com.
Dedicated page domain

Responses