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
scopestring or null
client_idstring or null
token_typeenum or null
The token type returned by OAuth2 token endpoints.
Allowed values:
expinteger or null
iatinteger or null
nbfinteger or null
substring or null
audstring or null
issstring or null
jtistring or null

Errors