Access Token
End-Point
This API Is used to translate the Request Token returned during authentication into an Access Token that can be used with other API calls.
- Definition
- Try It Out
- Code
Get Params
token :
Token generated from a successful oauth from social platform [REQUIRED]
secret :
LoginRadius API secret [REQUIRED]
Output Format
{ "access_token": "a123qwe2-9**3-4202-833c-320aoo58**66", "expires_in": "2017-10-09T06:07:00.296Z" }