Skip to main content
GET
/
radius
Get Workspace Statistics
curl --request GET \
  --url https://v1.api.altostrat.io/radius/ \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "nas_count": 123,
    "user_count": 123,
    "group_count": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

A summary of workspace statistics.

data
object