Check recipient deliverability
POST
https://myagentmail.com/v1/verify-emailFor agents View as Markdown
MX-probe the recipient domain(s) to filter invalid addresses before sending. Use in combination with verified: true on the send endpoint.
Request body
Content-Type: application/json
emailstring | format: email |
emailsstring[] |
Responses
200application/jsonOK
validboolean | |
validAddressesstring[] | |
invalidAddressesstring[] |
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.