oauth
Get OAuth token information
Returns information about the current OAuth token
get/token
Query parameters
access_tokenstring
OAuth access token
Response
OK. Token information
Example response
{
"access_token": "abcd1234567890efgh",
"token": "abcd1234567890efgh",
"token_type": "bearer",
"expires_in": 3600,
"refresh_token": "refresh_abcd1234567890efgh",
"scope": "all"
}