mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-09 05:19:32 +08:00
* docs(navigation): canonicalize paths and align zh nav * chore(docs): remove stray .DS_Store * docs(scripts): add non-mint docs link audit * docs(nav): fix zh source paths and preserve legacy redirects (#11428) (thanks @sebslight) * chore(docs): satisfy lint for docs link audit script (#11428) (thanks @sebslight)
22 lines
442 B
Markdown
22 lines
442 B
Markdown
---
|
||
summary: "CLI reference for `openclaw pairing` (approve/list pairing requests)"
|
||
read_when:
|
||
- You’re using pairing-mode DMs and need to approve senders
|
||
title: "pairing"
|
||
---
|
||
|
||
# `openclaw pairing`
|
||
|
||
Approve or inspect DM pairing requests (for channels that support pairing).
|
||
|
||
Related:
|
||
|
||
- Pairing flow: [Pairing](/channels/pairing)
|
||
|
||
## Commands
|
||
|
||
```bash
|
||
openclaw pairing list whatsapp
|
||
openclaw pairing approve whatsapp <code> --notify
|
||
```
|