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

Download Open API Spec

GET /personalAccessToken/{id}

Retrieve metadata for a particular personal access token. Metadata for revoked tokens cannot be retrieved.

Resource URL

https://repo-prod.prod.sagebase.org/auth/v1/personalAccessToken/{id}

Resource URL Variables
{id} The unique ID of the token, which is the unique ID (the "jti" claim) contained in the JWT
Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object AccessTokenRecord
(application/json)