All endpoints

Verify a domain

GEThttps://myagentmail.com/v1/domains/{domain}/verify

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

domain
required
string

Fully-qualified domain name

Responses

200application/jsonOK
domain
string
status
"pending" | "verified" | "failed"

enum: "pending" | "verified" | "failed"

verified
boolean
dnsRecords
object[]
type
"TXT" | "CNAME" | "MX" | "A"

enum: "TXT" | "CNAME" | "MX" | "A"

name
string
value
string
priority
integer
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.