OAuth2

Introspect OAuth2 token

Verifies token validity and retrieves metadata. Returns active status, scope, expiration, and user information. Client authentication via authorization header or client credentials.

post/oauth2/introspect

Response

Success

activeboolean required

Whether the token is currently active

scopestring

The space-separated list of scopes

client_idstring snowflake
usernamestring

The username of the token owner

token_typestring

The type of token

expinteger
iatinteger
substring snowflake

Changes

No recorded changes to this endpoint across all 1 revision of this API.