OAuth Provider
Introspect a token
OAuth 2.0 Token Introspection Endpoint (RFC 7662).
Check if a token is active and retrieve its metadata.
Use Cases:
- Resource servers validating tokens
- Debugging token issues
- Checking token scopes before processing requests
Response:
- Active token: Returns active: true with token metadata
- Invalid/expired/revoked token: Returns only active: false
post/oauth2/introspect
Request body
Response
Token introspection result