---
title: "Create a one-time Telegram pairing link"
method: POST
path: "/v1/telegram/connection/pairing"
tags: ["Authentication"]
---

# Create a one-time Telegram pairing link

`POST /v1/telegram/connection/pairing`

Admin-only. Rotates any prior private-chat binding and returns a ten-minute one-time Telegram deep link.

## Response `200`

Pairing link created.

- TelegramPairingResponse
  - `pairing` object, required
    - `url` string, uri, required
    - `code` string, required
    - `expiresAt` string, date-time, required

## Other responses

- `401` — The caller must be signed in.
- `403` — Only workspace owners and admins can manage Telegram.
- `404` — Telegram is not connected.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/805150503452/schema)
