List email accounts

Retrieve all email accounts associated with your web hosting account. Displays email address, domain, quota, and used space.

Path Parameters

accountId integer · min: 1 required Example

Unique account identifier

Query Parameters

domain string required

Headers

Accept Example
Content-Type Example

Responses

200 Successful response
accounts string
count string
GET https://cloud.hostup.se/api/hosting/{accountId}/email-accounts
For AI assistants
cURL
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"
Response
{
  "accounts": "string",
  "count": "string"
}