GET

Active Session By Profile ID

End-Point

This API Is used to get active login sessions for an account profile.

Layer 1 REQUEST

Get Params

profileid :
Unique profile ID for each user account [REQUIRED]
key :
LoginRadius API Key [REQUIRED]
secret :
LoginRadius API secret [REQUIRED]
Layer 1 RESPONSE
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
}
Layer 1 REQUEST

Query

profileid*
key*
secret*

Header

content-Type

Request URL

Layer 1 RESPONSE
Request
Response
Run in Postman