v1

latestOpenAPI 3.1.02026-07-1314020.1 KB
OAuth

Introspect an access or refresh token (RFC 7662)

Returns { active: false } for unknown / expired / revoked tokens. For active tokens, returns claims appropriate to the token kind (PAT vs OAuth).

post/oauth/introspect

Request body

tokenstring required
token_type_hint'access_token' | 'refresh_token'

Response

Default Response

OR
OR