Start connector authentication
POST/integrations/connectors/:id/auth/start
Initiates the authentication flow for a connector that uses OAuth2 or requires interactive credential setup. Returns a redirect URL or auth token to be used in the browser-based OAuth handshake.
Request
Responses
- 200
- 302
- 404
Authentication initiation response with redirect URL.
Direct redirect to the OAuth provider if applicable.
Connector not found.