List domains
GET
https://myagentmail.com/v1/domainsFor agents View as Markdown
Query parameters
workspacestring |
Responses
200application/jsonOK
domainsobject[] | |
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.