Authorizations
Path Parameters
Required string length:
36Example:
Query Parameters
Available options:
day, week, month curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/analytics/overview \
--header 'Authorization: Bearer <token>'{
"activeUsers": [
{
"date": "2023-12-25",
"nUsers": 123
}
],
"sessions": {
"byLoginMethod": [
{
"date": "2023-12-25",
"dimValue": "<string>",
"nSessionsVisits": 123
}
],
"byOperatingSystem": [
{
"date": "2023-12-25",
"dimValue": "<string>",
"nSessionsVisits": 123
}
]
}
}36day, week, month Was this page helpful?
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/analytics/overview \
--header 'Authorization: Bearer <token>'{
"activeUsers": [
{
"date": "2023-12-25",
"nUsers": 123
}
],
"sessions": {
"byLoginMethod": [
{
"date": "2023-12-25",
"dimValue": "<string>",
"nSessionsVisits": 123
}
],
"byOperatingSystem": [
{
"date": "2023-12-25",
"dimValue": "<string>",
"nSessionsVisits": 123
}
]
}
}