...
Endpoint | Request Body | Response Body | Notes | New Service? |
---|---|---|---|---|
N/A | N/A | N/A | Add a bootstrapped ‘Synapse Command Line’ OAuth client. | ❌ |
POST /oauth2/userGeneratedToken | OIDCTokenGenerationRequest {
} | OIDCTokenResponse | Generates a token response that users can copy and paste into the command line client. Effectively replaces API keys. In most cases, the | ✅ |
...