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

Changes

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