Skip to main content
GET
/
radius
/
insights
/
authentication-events-over-time
Auth Events History
curl --request GET \
  --url https://api.altostrat.io/radius/insights/authentication-events-over-time \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "time_bucket": "<string>",
      "value": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

time_window
enum<string>
required
Available options:
1h,
6h,
12h,
24h,
7d,
30d
interval
enum<string>
required
Available options:
1m,
5m,
15m,
1h,
6h,
1d

Response

200 - application/json

Auth event time series.

data
object[]