> ## Documentation Index
> Fetch the complete documentation index at: https://openclawdoc.org/llms.txt
> Use this file to discover all available pages before exploring further.

# pairing

> DM ペアリング リクエストを承認または検査します (ペアリングをサポートするチャネルの場合)。コマンド、注意事項を確認できます。

DM ペアリング リクエストを承認または検査します (ペアリングをサポートするチャネルの場合)。

関連:

* ペアリングの流れ：[ペアリング](/channels/pairing)

## コマンド

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw pairing list telegram
openclaw pairing list --channel telegram --account work
openclaw pairing list telegram --json

openclaw pairing approve telegram <code>
openclaw pairing approve --channel telegram --account work <code> --notify
```

## 注意事項

* チャネル入力: 位置指定 (`pairing list telegram`) または `--channel <channel>` を使用して渡します。
* `pairing list` は、マルチアカウント チャネルの `--account <accountId>` をサポートします。
* `pairing approve` は、`--account <accountId>` および `--notify` をサポートします。
* ペアリング可能なチャネルが 1 つだけ構成されている場合、`pairing approve <code>` が許可されます。
