---
title: "Set Linq Link"
method: PUT
path: "/api/channels/linq"
tags: ["channels"]
---

# Set Linq Link

`PUT /api/channels/linq`

Link a phone number to the current user for Linq (iMessage/RCS/SMS).

Creates or updates the ChannelRoute so inbound Linq messages from this
phone number are routed to this user. Returns 409 if the phone number
is already claimed by another account.

## Request body

- LinqLinkRequest
  - `phone_number` string, required

## Response `200`

Successful Response

- LinqLinkResponse
  - `phone_number` string, nullable, required
  - `connected` boolean, required
  - `linq_from_number` string

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-14** `e202091512bc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/channels/linq/put.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/579c110de1b8/schema)
