Start OAuth flow for a user plugin
POST/api/v1/user/plugins/:plugin_id/oauth/start
Generates an authorization URL and returns it to the client. The client should open this URL in a popup or redirect the user.
Request
Responses
- 200
- 400
- 401
- 404
OAuth authorization URL generated
Plugin does not support OAuth or not configured
Not authenticated
Plugin not found or not enabled