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

Authorizations

Authorization
string
header
required

Enter your API key in the format: Bearer <token>

Response

A summary of workspace statistics.

data
object

High-level statistics for the workspace.