GET /oauth2/client/{id}
Get an existing OAuth 2.0 client. When retrieving a client for which you have UPDATE access, all metadata is returned. It is permissible to retrieve a client anonymously or as a user other than the one with UPDATE access, but only public fields (name, redirect URIs, and links to the client's site) are returned.
Resource URL
https://repo-prod.prod.sagebase.org/auth/v1/oauth2/client/{id}
Resource URL Variables
| {id} | the ID of the client to retrieve |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | OAuthClient (application/json) |