Start Slack OAuth

Generate a Slack OAuth authorize URL for connecting a workspace to this project. Send the user to `authorize_url`. It carries the app's client id, the scopes the Slack app requests, the platform's callback URL and a signed, time-limited `state` that pins the flow to this organization, project and user. The state expires ten minutes after it is issued. Answers 503 when Slack OAuth is not configured on this deployment.

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

OR
AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

org_idstringRequiredformat: "uuid"
The organization ID
project_idstringRequiredformat: "uuid"
The project ID

Response

Slack OAuth authorize URL generated
authorize_urlstringformat: "uri">=1 character
Slack OAuth URL for connecting a workspace.

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error