v1

latestOpenAPI 3.1.22026-07-1716233693.2 KB
OAuth2

Introspect an OAuth token

Introspect an OAuth token.

post/oauth2/introspect

Response

OK

activeboolean

Whether the token is currently active

scopestring

Space-separated list of scopes

Note Conditionally returned

client_idstring

The client that the token was issued to

Note Conditionally returned

usernamestring

The user associated with the token

Note Conditionally returned

token_typestring

Either 'bearer' or 'refresh_token'

Note Conditionally returned

expinteger

Expiry timestamp

Note Conditionally returned

iatinteger

Issue timestamp

Note Conditionally returned

substring

Subject (user ID)

Note Conditionally returned

issstring

Issuer (board URL)

Note Conditionally returned