View the current MX settings for a domain (local, remote, secondary, auto).
accountId integer · min: 1 required Example Unique account identifier
domain string · enum required example42.com example20.com Accept Example Content-Type Example domain string routing string https://cloud.hostup.se/api/hosting/{accountId}/email-routing curl -X GET "https://cloud.hostup.se/api/hosting/13974/email-routing?domain=example42.com" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"domain": "string",
"routing": "string"
}