---
title: "Slack Identity Link Start"
method: GET
path: "/api/slack/identity-link/start"
tags: ["slack"]
---

# Slack Identity Link Start

`GET /api/slack/identity-link/start`

Public entry point for the link the bot posts in the DM.

Unauthenticated by design (Slack never sends Clerk credentials) --
validates the token WITHOUT consuming it, then hands off to the
frontend, which authenticates the user via Clerk and completes the bind
by calling POST /identity-link/callback. (The Connections-page UI this
redirects to is Phase 5 of the plan and does not exist yet in Tranche 1
-- this route's contract is stable regardless of when that UI lands.)

## Query parameters

- `token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 23 revisions in range; 20 could not be searched.

- **2026-07-26** `13940b6986a4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/every/apis/every-api/changes/api/slack/identity-link/start/get.md)

---

[API](https://skmtc.dev/every/apis/every-api.md) · [All operations](https://skmtc.dev/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/every/every-api/revisions/88bb31b8dace/schema)
