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

Download Open API Spec

GET /oauth2/client/{id}

Get an existing OAuth 2.0 client. When retrieving one's own client, all metadata is returned. It is permissible to retrieve a client anonymously or as a user other than the one who created the client, 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)