Either mail_id or mail must be provided, and exactly one of them is required.
Request
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://domain-open-api.getmx.com/v1/mail/detail' \
--form 'token="token"' \
--form 'mail_id="12345678"' \
--form 'mail="[email protected]"'
Responses
application/json {
"code": 0,
"msg": "string",
"data": {}
}
Modified at 2025-09-29 05:57:26