Retrieve a list of all email forwarders configured for your account.
accountId integer · min: 1 required Example Unique account identifier
Accept Example Content-Type Example forwarders string count string https://cloud.hostup.se/api/hosting/{accountId}/email-forwarders curl -X GET "https://cloud.hostup.se/api/hosting/17989/email-forwarders" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"forwarders": "string",
"count": "string"
}