Get Auth URL
GET/api/auth-url
Generates an authentication URL that the user can visit to connect their account to an integration (e.g., GitHub, Slack, Jira).
The returned URL initiates the OAuth flow for the specified integration.
Request
Responses
- 200
- 400
- 401
- 500
Auth URL generated successfully
Missing or invalid integration parameter
Authentication required or invalid token
Internal server error