DewaVPS

Get tier pricing

GET
/tiers/{tier_id}/pricing

Retrieve the pricing details for a specific compute tier.

Authorization

ApiKeyAuth
x-apikey<token>

In: header

Path Parameters

tier_id*integer

ID of the tier

Response Body

application/json

curl -X GET "https://api.dewavps.com/v1/tiers/0/pricing"
{
  "message": "Pricing list",
  "data": [
    {
      "id": 0,
      "name": "string",
      "price_per_hour": 0,
      "price_per_day": 0,
      "price_per_month": 0
    }
  ]
}