View upgrade options

View available plans to upgrade to and their price differences. Returns your current package with its specifications and a list of upgrade options with pricing, storage, RAM, and features.

Path Parameters

accountId integer · min: 1 required Example

Unique account identifier

Headers

Accept Example
Content-Type Example

Responses

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