Access Token based on UID or User impersonation API
End-Point
The API is used to get LoginRadius access token based on UID.
- Definition
- Try It Out
- Code
Get Params
apikey :
LoginRadius API Key [REQUIRED]
apisecret :
LoginRadius API Secret [REQUIRED]
uid :
UID, the unified identifier for each user account [REQUIRED]
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" }