GET
/
plans
List all plans
curl --request GET \
  --url http://localhost:3001/portal-api/plans \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "ID": 1,
      "Name": "free_plan_2",
      "DisplayName": "Free plan",
      "AutoApproveAccessRequests": true,
      "RateLimit": 5,
      "Quota": 0
    }
  ]
}

Authorizations

Authorization
string
header
required

Response

200 - application/json

OK

data
object[]