OAuth callback
GET/oauth/callback
Handle the OAuth callback from an external provider. This endpoint is called by the provider after the user authorizes the application. It exchanges the authorization code for tokens and creates a connector installation.
Request
Responses
- 200
- 400
- 500
OK
Invalid state or missing code
Token exchange failed