Display all URL redirects configured on your account.
accountId integer · min: 1 required Example Unique account identifier
Accept Example Content-Type Example redirects string count string https://cloud.hostup.se/api/hosting/{accountId}/redirects curl -X GET "https://cloud.hostup.se/api/hosting/16594/redirects" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"redirects": "string",
"count": "string"
}