Get details of a single domain
GET /api/v2/organizations/{organization}/projects/{project}/domains/{domain}
Authorizations
Parameters
Path Parameters
Organization identifier
Project identifier
Domain identifier
Responses
200
The request has succeeded.
object
Domain ID
123Domain name
test-domain.comDNS engagement status. 1 indicates DNS is properly configured and engaged, 0 indicates DNS configuration is pending or incomplete.
1DNS validation records required for SSL certificate validation. Present for domains pending certificate validation. Each record contains the CNAME information needed to validate domain ownership.
object
DNS record name (host/subdomain)
_abc123.example.comDNS record type (typically CNAME)
CNAMEDNS record value to point to
_xyz789.validation.example.com.[ { "name": "_abc123.example.com", "type": "CNAME", "value": "_xyz789.validation.example.com." }]DNS records required to route traffic to the CDN. These records differ based on domain type (apex vs subdomain). Present when the CDN is configured and ready to receive traffic.
object
DNS record type (CNAME, A, or ALIAS)
CNAMEDNS record name/host (@ for apex/root domains, subdomain name for subdomains)
wwwDNS record value (IP addresses for A records, domain name for CNAME/ALIAS)
cdn.example.comHuman-readable instructions for configuring this DNS record
Add a CNAME record with the host set to your subdomain pointing to the CDN endpoint.[ { "type": "CNAME", "name": "www", "value": "cdn.example.com", "description": "Add a CNAME record with the host set to your subdomain pointing to the CDN endpoint." }]400
The server could not understand the request due to invalid syntax.
object
Error message
The requested resource was not foundError flag
true403
Access is forbidden.
object
Error message
The requested resource was not foundError flag
true