v47

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-181,0851,7264.5 MB
OAuth Protocol

Token introspection

Introspect an OAuth access token to check its validity and metadata

post/oauth/introspect

Request body

tokenstring required

The token to introspect

Response

Introspection response

activeboolean required

Whether the token is active

scopestring

Space-separated list of scopes

client_idstring

Client identifier

expinteger

Expiration timestamp

iatinteger

Issued at timestamp

issstring

Issuer

audstring

Audience