Skip to main content
Download CollectionRun in Postman
Test our APIs instantly!
Download the collection or run it directly in Postman to explore all LoginRadius API endpoints.

Introspect OAuth token

POST 

/api/oauth/:OAuthAppName/introspect

Returns the active state and metadata of an OAuth access token (RFC 7662). Client must authenticate with client_id and client_secret (POST body or Basic). Invalid or expired tokens return active false.

Request

Responses

OK: Introspection result (active true with claims, or active false).