List domains for a website
Returns every domain record attached to the website, oldest first: the automatically allocated platform subdomain plus any custom domains. Platform subdomains are always active; custom domains carry their current verification status and the DNS records still expected.
Authorizations
Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.
Path Parameters
1Response
All domain records for the website, oldest first.
Unique domain id.
Fully-qualified lowercase hostname, e.g. blog.example.com.
pending_dns: waiting for the required DNS records; pending_verification: DNS found, waiting for the edge host to become ready; active: serving traffic; failed: verification failed (see failureMessage); removing: being deregistered from the edge; suspended: disabled by Cactal trust & safety. Platform subdomains are always active.
pending_dns, pending_verification, active, failed, removing, suspended Every website automatically gets one platform_subdomain; custom domains are added through this API.
platform_subdomain, custom Whether this is the canonical custom domain that published traffic redirects to. Always false for platform subdomains.
DNS records the domain owner must create for verification to succeed. Empty for platform subdomains.
What the most recent verification check found wrong, including whether ownership is missing, the hostname is unreachable, or traffic reaches a service other than Cactal. null when nothing is wrong.
When DNS and edge status were last checked. null before the first check.
When the domain record was created.