English
cURL
curl --request GET \ --url https://api.altostrat.io/radius/ \ --header 'Authorization: Bearer <token>'
{ "data": { "nas_count": 123, "user_count": 123, "group_count": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A summary of workspace statistics.
Show child attributes
Was this page helpful?