Get Oauth Url
GET/api/integrations/oauth_url/:integration_type
Get OAuth authorization URL for OAuth-enabled integrations (e.g., Gmail).
Returns: Dict with 'oauth_url' field
Example: GET /api/integrations/oauth_url/gmail Returns: {"oauth_url": "https://accounts.google.com/..."\}
Request
Responses
- 200
- 404
- 422
Successful Response
Not found
Validation Error