GET

Auth Access Token Info

End-Point

This API is used to obtain information on the provided access_token.

Layer 1 REQUEST

Get Parameters

apikey :
LoginRadius API Key [REQUIRED]

Headers Parameters

Authorization :
Bearer <ACCESS_TOKEN> (customer's access token) [REQUIRED]
Layer 1 RESPONSE
Output Format
{
  "provider": "facebook",
  "access_token": "********-****-****-****-************",
  "isrememberme": true
}
Layer 1 REQUEST

Query

apikey*

Header

content-Type
Authorization*

Request URL

Layer 1 RESPONSE
Request
Response
Run in Postman

Mobile SDKs