OAuth

Introspect Endpoint

Introspect a token (RFC 7662).

post/oauth/introspect

Request body

tokenstring required
token_type_hintstring nullable

Response

Successful Response

activeboolean required
expinteger nullable
scopestring nullable
substring nullable
token_typestring nullable

Changes

Changed in 2 of the 85 revisions of this API.11