Complete the Slack OAuth install
Integrations
Complete the Slack OAuth install
OAuth redirect target Slack sends the operator’s browser back to after they approve the workspace install. Verifies the HMAC-signed state, exchanges the code for a bot token, and stores the encrypted per-tenant Slack connection. Slack calls this endpoint as a top-level browser redirect — your application does not call it directly. A cancelled install returns 200 with ok: false.
GET
Complete the Slack OAuth install
Authorizations
Dashboard JWT token from Clerk
Response
200 - application/json
Install outcome (ok, and on success team_id, team_name, bot_user_id) wrapped in the standard envelope.
The response is of type object.