Introspect token

Returns whether a token is active and metadata about the token. Send parameters as application/x-www-form-urlencoded.

Request

This endpoint expects an object.
tokenstringRequired
The access or refresh token to introspect.
token_type_hintenumOptional
Optional hint to help the server process the token faster.
Allowed values:
client_idstringOptional

OAuth application client ID (uid).

client_secretstringOptional
Required for confidential clients.

Response

OK
activeboolean
scopestringOptional
client_idstringOptional
token_typeenumOptional
The token type returned by OAuth2 token endpoints.
expintegerOptional
iatintegerOptional
nbfintegerOptional
substringOptional
audstringOptional
issstringOptional
jtistringOptional

Errors

400
O Auth Bad Request Error
401
O Auth Unauthorized Error