OAuth 2.0 Tokens
Introspect Access Token
post/v1/oauth2/token/introspect
Response
OK with information about the token, as specified in OAuth2 Introspect Token
Example response
{
"active": true,
"client_id": "30VYbvlkqZv-SmJd7fTdpH9B9et2yqZA6Wvi5NY_",
"expires_in": 3500,
"expires": 1605732868411,
"scope": "document.app offline_access",
"token_type": "bearer",
"user_id": 1001,
"account_id": 52
}