Skip to main content
POST
OAuth 2.0 Token Introspection (RFC 7662)

Body

application/x-www-form-urlencoded
token
string
required

The token to introspect.

Minimum string length: 1
token_type_hint
string

Optional advisory hint: 'access_token' or 'refresh_token'.

Minimum string length: 1
client_id
string
Minimum string length: 1
client_secret
string
Minimum string length: 1

Response

RFC 7662 §2.2 introspection response.