Skip to main content

SessionInfoResponse

idstring<uuid>required
browserstring
osstring
ipAddressstring
location object
latitudenumber<double>required
longitudenumber<double>required
cityNamestring
countryCodestringrequired
lastActivestring<date-time>required
SessionInfoResponse
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"browser": "string",
"os": "string",
"ipAddress": "string",
"location": {
"latitude": 0,
"longitude": 0,
"cityName": "string",
"countryCode": "string"
},
"lastActive": "2024-07-29T15:51:28.071Z"
}