GET

Access Token based on UID or User impersonation API

End-Point

The API is used to get LoginRadius access token based on UID.

Layer 1 REQUEST

Get Params

apikey :
LoginRadius API Key [REQUIRED]
apisecret :
LoginRadius API Secret [REQUIRED]
uid :
UID, the unified identifier for each user account [REQUIRED]
Layer 1 RESPONSE
Output Format
{
  "access_token": "0******6-****-49**-ac0c-4f******b*84",
  "refresh_token": "89*****2-5**6-4**1-**7a-d54a******55",
  "expires_in": "2018-09-18T07:16:02.6565131Z"
}
Layer 1 REQUEST

Query

apikey*
apisecret*
uid*

Header

content-Type

Request URL

Layer 1 RESPONSE
Request
Response
Run in Postman