At least one parameter to be modified must be provided; do not include parameters that do not require changes in the request.
Request
Body Params multipart/form-data
Token generated by the management backend
Mail ID (can be obtained from the GetMX management backend or through the /v1/mail/list endpoint; the 'id' field is the 'mail_id').
Password, must be at least 8 characters in length; do not upload the password parameter if no change is intended
Remark, do not upload the mark parameter if no change is intended
Request samples
curl --location --request POST 'https://domain-open-api.getmx.com/v1/mail/update' \
--form 'token="token"' \
--form 'mail_id="12345678"' \
--form 'password="@1!2%345678"' \
--form 'mark="mark"'
Responses
application/json {
"code": 0,
"msg": "string",
"data": {}
}
Modified at 2024-12-03 00:48:52