# Get required DNS records Get the DNS records you need to configure for this domain. Add these TXT records to your DNS provider to verify ownership and enable email authentication (SPF, DKIM, DMARC). Endpoint: GET /api/customer/domains/{id}/dns Version: 1.0.0 Security: BearerAuth ## Path parameters: - `id` (string, required) Domain ID ## Response 200 fields (application/json): - `domain` (string) Example: "mail.acme.com" - `dns_records` (array) - `dns_records.type` (string) Enum: "TXT", "MX", "CNAME" - `dns_records.name` (string) DNS record name/host - `dns_records.value` (string) DNS record value - `dns_records.description` (string) Human-readable description ## Response 401 fields (application/json): - `error` (string) Error code or message ## Response 404 fields (application/json): - `error` (string) Error code or message ## Response 500 fields (application/json): - `error` (string) Error code or message