Validate a connection configuration
POST/api/v4/oauth/outgoing_connections/validate
Validate an outgoing OAuth connection. If an id is provided in the payload, and no client secret is provided, then the stored client secret is implicitly used for the validation. Minimum server version: 9.6
Request
Responses
- 200
- 400
- 401
- 404
- 500
- 501
- 502
The connection configuration is valid.
Invalid or missing parameters in URL or request body
No access token provided
Resource not found
Something went wrong with the server
Feature is disabled
The connection configuration may be valid, but the server is unable to validate it upstream.