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.
accountId integer · min: 1 required Example Unique account identifier
Accept Example Content-Type Example currentPackage string availableOptions string accountId string domain string https://cloud.hostup.se/api/hosting/{accountId}/upgrade curl -X GET "https://cloud.hostup.se/api/hosting/10248/upgrade" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"currentPackage": "string",
"availableOptions": "string",
"accountId": "string",
"domain": "string"
}