Generate Slack Auth Url
POST/v0/generate_slack_auth_url
Generates a Slack authentication URL with a temporary authorization token.
Args: request: The HTTP request containing project_id in the body db: Database session
Returns: dict: Contains the Slack authentication URL
Request
Responses
- 200
- 400
- 401
- 404
- 422
Successful Response
Input data is incorrect
Okareo API token has failed authentication
Data is not found
Input data is invalid