Domain UUID
Record Statuses
| Status | Meaning |
|---|---|
verified | Record confirmed in DNS |
pending | Record not yet detected |
Notes
- All records must be
verifiedbefore the domain becomesactive - Use this endpoint to check which records still need to be added
- DNS propagation typically takes 5–60 minutes after adding records
Compared to /zone-records
| Endpoint | Returns | Mutable? |
|---|---|---|
GET /v1/domains/:id/dns-records (this) | Just the email setup records (MX/TXT/CNAME) needed to pass verification | No |
GET /v1/domains/:id/zone-records | Every record currently on the live DNS zone, with provider record IDs | Yes (via POST/DELETE) |
naive_resend_setup_records. The MCP tools for the
live zone are naive_list_dns_records, naive_set_dns_record, and naive_delete_dns_record.