Verify a domain
GET
https://myagentmail.com/v1/domains/{domain}/verifyFor agents View as Markdown
Re-checks DNS records with the upstream ESP. If the domain is now verified, Mission Control atomically adds the new address as a primary alias on the inbox (preserving thread history).
Path parameters
domainrequired string | Fully-qualified domain name |
Responses
200application/jsonOK
domainstring | |
status"pending" | "verified" | "failed" | enum: "pending" | "verified" | "failed" |
verifiedboolean | |
dnsRecordsobject[] | |
type"TXT" | "CNAME" | "MX" | "A" | enum: "TXT" | "CNAME" | "MX" | "A" |
namestring | |
valuestring | |
priorityinteger | |
status"pending" | "verified" | enum: "pending" | "verified" |
Authentication
Send your API key in the X-API-Key header (or Authorization: Bearer <key>). Any prefix accepted by this endpoint — tk_, wk_, ak_, or sa_ — is documented in the key prefix table.