DewaVPS

Get tiers

GET
/tiers

Retrieve the list of available compute tiers for a location.

Authorization

ApiKeyAuth
x-apikey<token>

In: header

Query Parameters

location?integer

ID of the location

Response Body

application/json

curl -X GET "https://api.dewavps.com/v1/tiers"
{
  "message": "Node tiers",
  "data": [
    {
      "id": 0,
      "name": "string",
      "description": "string",
      "icon": "string"
    }
  ]
}