Skip to main content
Fetch one domain by id — its full DNS records, per-record verified flags, and a deliverability summary across DKIM, SPF, and DMARC. GET /v1/domains/{id} This re-reads the last status from the background poller. To force a live DNS re-check right now, call verify instead.

Path parameters

string
required
The domain id, for example dom_01HZ8K3M9P.

Request

Response

200 OK — the domain. The detail view adds authHealth (each of dkim, spf, and dmarc is verified, pending, or missing) and receivingEnabled. An unknown id returns 404 — see Errors.