Get Domain Configuration

Retrieves configuration of a specific domain, to know if the domain is valid or not. Use this to: - Check domain configuration - Validate a domain configuration - Monitor DNS record status - Troubleshoot authentication issues Key information returned: - Domain verification and authentication status - DNS records configuration and validation status - Detailed authentication requirements

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

domainNamestringRequired
Domain name

Response

Domain configuration retrieved successfully
domainstring
Domain name
verifiedboolean

Status of domain verification (true=verified, false=non verified)

authenticatedboolean

Status of domain authentication (true=authenticated, false=non authenticated)

dns_recordsobject
DNS records configuration and status

Errors