GET
/
api
/
v1
/
plans
List available plans
curl --request GET \
  --url https://app.miget.com/api/v1/plans \
  --header 'Authorization: <api-key>'
[
  {
    "name": "<string>",
    "code_name": "<string>",
    "description": "<string>",
    "ram_size": 123,
    "disk_size": 123,
    "cpu_size": 123,
    "unit_price": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: 'Bearer {token}'

Response

List available plans

name
string
required

Plan name

code_name
string
required

Plan code identifier

description
string
required

Plan description

ram_size
number<float>
required

RAM allocation in MiB

disk_size
number<float>
required

Disk storage in GiB

cpu_size
number<float>
required

CPU allocation in cores

unit_price
integer<int32>
required

Price in cents per billing period