GET /oauth2/token/{tokenId}/metadata
Retrieve the metadata for an OAuth 2.0 refresh token. The request should be made as an OAuth 2.0 client using basic authentication. Users that wish to retrieve OAuth 2.0 refresh token metadata should use GET /oauth2/audit/tokens/{tokenId}/metadata
Resource URL
https://repo-prod.prod.sagebase.org/auth/v1/oauth2/token/{tokenId}/metadata
Resource URL Variables
{tokenId} |
Resource Information | |
---|---|
Authentication | not required |
HTTP Method | GET |
Request Object | None |
Response Object | OAuthRefreshTokenInformation (application/json) |