GET
/
plans
Authorization
curl --request GET \
  --url https://api.evecloud.xyz/plans
{
  "developer": {
    "limits": {}
  },
  "teams": {
    "limits": {}
  }
}

Authorizations

Authorization
string
headerrequired

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

Response

200 - application/json
developer
object
teams
object