---
title: "Slack OAuth callback"
method: GET
path: "/v1/integrations/slack/oauth/callback"
tags: ["integrations"]
---

# Slack OAuth callback

`GET /v1/integrations/slack/oauth/callback`

Complete Slack OAuth and persist the workspace installation.

## Query parameters

- `state` string, required — Slack OAuth state
- `code` string, nullable — Slack OAuth authorization code
- `error` string, nullable — Slack OAuth error

## Other responses

- `307` — Redirect after Slack installation
- `422` — Validation Error

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/versions/2eece97b5ae5/schema)
