The Open API specification for Synapse is now available for download!

Download Open API Spec

POST /oauth2/introspect

Introspect an OAuth 2.0 access token, returning whether the token is active and its claims. This endpoint is authenticated by a Synapse user (not an OIDC client). Any authenticated user can introspect any token. This endpoint does not require acceptance of the Terms of Service.

Resource URL

https://repo-prod.prod.sagebase.org/auth/v1/oauth2/introspect

Resource Information
Authentication Required
HTTP Method POST
Request Object OAuthTokenIntrospectionRequest
(application/json)
Response Object OAuthTokenIntrospectionResponse
(application/json)