Display available add-ons for extra storage space. Returns information about the storage add-on (price, size) and account details. The add-on can be purchased multiple times to add more space.
accountId integer · min: 1 required Example Unique account identifier
Accept Example Content-Type Example addon string account string https://cloud.hostup.se/api/hosting/{accountId}/addons/storage curl -X GET "https://cloud.hostup.se/api/hosting/8449/addons/storage" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"addon": "string",
"account": "string"
}