Get a domain
GET
https://myagentmail.com/v1/domains/{domain}For agents View as Markdown
Path parameters
domainrequired string | Fully-qualified domain name |
Responses
200application/jsonOK
idstring | format: uuid |
domainstring | |
status"pending" | "verified" | "failed" | enum: "pending" | "verified" | "failed" |
workspaceIdstring | format: uuid |
dnsRecordsobject[] | |
type"TXT" | "CNAME" | "MX" | "A" | enum: "TXT" | "CNAME" | "MX" | "A" |
namestring | |
valuestring | |
priorityinteger | |
status"pending" | "verified" | enum: "pending" | "verified" |
createdAtstring | format: date-time |
updatedAtstring | format: date-time |
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.