OAuth2 Token Introspection (RFC 7662)
POST/oauth2/introspect
POST
/oauth2/introspect
Introspect a token to determine its current state and metadata.
Request Bodyrequired
Section titled “Request Bodyrequired”Token introspection request parameters (RFC 7662 Section 2.1).
object
token
required
string
token_type_hint
string
client_id
string
client_secret
string
Responses
Section titled “Responses”Token introspection response
object
active
required
boolean
scope
string
client_id
string
sub
string
exp
integer
iat
integer
iss
string
token_type
string
default
Section titled “default”OAuth2 error response
object
error
required
OAuth2 error code
string
error_description
Human-readable error description
string