English
cURL
curl --request GET \ --url https://api.altostrat.io/radius/insights/authentication-events-over-time \ --header 'Authorization: Bearer <token>'
{ "data": [ { "time_bucket": "<string>", "value": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1h
6h
12h
24h
7d
30d
1m
5m
15m
1d
Auth event time series.
Show child attributes
Was this page helpful?