View extra storage options

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.

Path Parameters

accountId integer · min: 1 required Example

Unique account identifier

Headers

Accept Example
Content-Type Example

Responses

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