Authorizations
Path Parameters
Required string length:
36Example:
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/analytics/topline \
--header 'Authorization: Bearer <token>'{
"sessions": {
"allTime": 123,
"inRange": 123
},
"users": {
"allTime": 123,
"inRange": 123
},
"wallets": {
"allTime": 123,
"inRange": 123
}
}36Was this page helpful?
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/analytics/topline \
--header 'Authorization: Bearer <token>'{
"sessions": {
"allTime": 123,
"inRange": 123
},
"users": {
"allTime": 123,
"inRange": 123
},
"wallets": {
"allTime": 123,
"inRange": 123
}
}