domain_id AND group_pay_id can't both empty
Server initialization will delete all emails, and they cannot be recovered. Use with caution.
Server initialization takes between 1 to 5 minutes. Please wait after calling.
Request
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://domain-open-api.getmx.com/v1/vip-ip/reset' \
--form 'token="token"' \
--form 'domain_id="12345678"' \
--form 'group_pay_id="12345678"'
Responses
application/json {
"code": 0,
"msg": "string",
"data": {
"message_available_space_per": 0,
"message_available_space_size": 0,
"space_expansion_status": 0,
"system_available_space_per": 0,
"system_available_space_size": 0
}
}
Modified at 2025-08-29 14:49:16