Skip to main content
GET
/
plans
Get all plans
curl --request GET \
  --url https://iaas-api.liara.ir/plans \
  --header 'Authorization: Bearer <token>'
{
  "plans": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful operation

plans
object