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

Errors

400
O Auth Bad Request Error
401
O Auth Unauthorized Error