Retrieve all email accounts associated with your web hosting account. Displays email address, domain, quota, and used space.
accountId integer · min: 1 required Example Unique account identifier
domain string required Accept Example Content-Type Example accounts string count string https://cloud.hostup.se/api/hosting/{accountId}/email-accounts curl -X GET "https://cloud.hostup.se/api/hosting/17328/email-accounts?domain=string" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"accounts": "string",
"count": "string"
}