---
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

---

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