---
title: "Slack Oauth Callback"
method: GET
path: "/chatops/slack/oauth_callback"
tags: ["chatops"]
---

# Slack Oauth Callback

`GET /chatops/slack/oauth_callback`

Slack redirects here after admin clicks Allow.

No Clerk auth — this is a public endpoint. Trust is established by:
  (a) HMAC-signed `state` proving the install was initiated by a
      known NOSO org via our dashboard,
  (b) Slack's `code` being one-shot and tied to our redirect_uri.

## Query parameters

- `code` string, nullable
- `state` string, nullable
- `error` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/112efbdea3eb/schema)
