v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB
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"
      }
    ]
  }
}