List email forwarders

Retrieve a list of all email forwarders configured for your account.

Path Parameters

accountId integer · min: 1 required Example

Unique account identifier

Headers

Accept Example
Content-Type Example

Responses

200 Successful response
forwarders string
count string
GET https://cloud.hostup.se/api/hosting/{accountId}/email-forwarders
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/hosting/17989/email-forwarders" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "forwarders": "string",
  "count": "string"
}