Skip to main content
POST
Introspect token

Body

application/x-www-form-urlencoded

Token introspection request

token
string
required

The token to introspect

Response

Introspection response

Token introspection response as per RFC 7662

active
boolean
required
client_id
string | null
exp
integer<int64> | null
iat
integer<int64> | null
scope
string | null
sub
string | null
token_type
string | null