Active Session By Profile ID
End-Point
This API Is used to get active login sessions for an account profile.
- Definition
- Try It Out
- Code
Get Params
profileid :
Unique profile ID for each user account [REQUIRED]
key :
LoginRadius API Key [REQUIRED]
secret :
LoginRadius API secret [REQUIRED]
Output Format
{ "data": [ { "AccessToken": "8h******-****-8**5-***c-e8c*******9b", "Browser": "Chrome", "Device": "PC", "Os": "Windows", "DeviceType": "Computer", "City": "****", "Country": "a**d", "Ip": "***.0*6.1*2.**1", "LoginDate": "2017-10-02T10:02:52.534Z" } ], "nextcursor": 0 }