GET

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.

Layer 1 REQUEST

Get Params

token :
Token generated from a successful oauth from social platform [REQUIRED]
secret :
LoginRadius API secret [REQUIRED]
Layer 1 RESPONSE
Output Format
{
  "access_token": "a123qwe2-9**3-4202-833c-320aoo58**66",
  "expires_in": "2017-10-09T06:07:00.296Z"
}
Layer 1 REQUEST

Query

token*
secret*

Header

content-Type

Request URL

Layer 1 RESPONSE
Request
Response
Run in Postman