get https://example.com/v2/users/sessions
Get the number of user sessions.
Log in to see full request history
Responses
Get the number of user sessions.
xxxxxxxxxx
curl --request GET \
--url https://example.com/v2/users/sessions \
--header 'accept: application/json'
xxxxxxxxxx
{
"sessionsPerUser": [
{
"sessionsCount": 0,
"sid": "string"
}
],
"totalSessionsCount": 0
}