Utils
List Plans
Returns plans
GET
/
plans
Authorization
curl --request GET \
--url https://api.evecloud.xyz/plans
{
"developer": {
"limits": {}
},
"teams": {
"limits": {}
}
}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
developer
object
teams
object
Was this page helpful?
curl --request GET \
--url https://api.evecloud.xyz/plans
{
"developer": {
"limits": {}
},
"teams": {
"limits": {}
}
}