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

Download Open API Spec

POST /oauth2/client/secret/{id}

Get a secret credential to use when requesting an access token.
See the Open ID Connect specification for client authentication
Synapse supports 'client_secret_basic' and 'client_secret_post'.
NOTE: This request will invalidate any previously issued secrets.

Resource URL

https://repo-prod.prod.sagebase.org/auth/v1/oauth2/client/secret/{id}

Resource URL Variables
{clientId} the ID of the client whose secret is to be generated
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method POST
Request Object None
Response Object OAuthClientIdAndSecret
(application/json)