Retrieves dashboard data related to active sessions. This includes information about the total count of sessions, geolocation data, and client version support.
NOTE: This endpoint is intended for internal use and may be changed or removed at any point.
Dashboard data for active sessions.
{
"totalCount": 6,
"geoIpData": [
{
"sessionCount": 3,
"latitude": 55.8667,
"longitude": 12.8333,
"countryCode": "SE",
"continentCode": "EU",
"ips": [
"192.0.2.1",
"192.0.2.2"
]
},
{
"sessionCount": 1,
"latitude": 37.751,
"longitude": -97.822,
"countryCode": "US",
"continentCode": "NA",
"ips": [
"198.51.100.1"
]
},
{
"sessionCount": 1,
"latitude": 20,
"longitude": 77,
"countryCode": "IN",
"continentCode": "AS",
"ips": [
"203.0.113.1"
]
}
],
"versions": {
"6.0.0-release-1234": {
"supportStatus": "full",
"sessionCount": 3
},
"5.5.0-release-1234": {
"supportStatus": "partial",
"sessionCount": 2
},
"5.4.1-release-1234": {
"supportStatus": "none",
"sessionCount": 1
}
}
}The total count of active sessions.
Geolocation data related to active sessions.
The count of sessions for this geolocation.
The country code associated with the geolocation.
The continent code associated with the geolocation.
The IP addresses associated with the sessions in this geolocation.
Token error. Login again.
Generic HTTP error.
Machine readable error code.
Human readable error details.
Insufficient permissions to access this resource.
Generic HTTP error.
Machine readable error code.
Human readable error details.
Invalid 'Accept' header.
Generic HTTP error.
Machine readable error code.
Human readable error details.
Unexpected server side error.
Generic HTTP error.
Machine readable error code.
Human readable error details.