Email Domains
Get an email domain
Fetch a domain with its DNS records and current status.
get/v1/email-domains/{domainId}
Path parameters
domainIdstring required
Response
Domain details.
Example response
{
"domain": {
"id": "emd_abc123",
"domain": "example.com",
"status": "pending",
"dkimStatus": "not_started",
"dnsRecords": [
{
"type": "CNAME"
}
]
}
}