Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Connect a token, get QR data, request a pairing code, disconnect, or logout.
POST /api/v1/sessions/{sessionId}/connect Authorization: Bearer <api_key>
{ "paired": true, "active": false, "connected": false, "connectionState": "inactive" }
GET /api/v1/sessions/{sessionId}/auth/qr Authorization: Bearer <api_key>
POST /api/v1/sessions/{sessionId}/auth/pairing-code Authorization: Bearer <api_key> Content-Type: application/json
{ "phoneNumber": "15551234567" }
POST /api/v1/sessions/{sessionId}/disconnect Authorization: Bearer <api_key>
POST /api/v1/sessions/{sessionId}/logout Authorization: Bearer <api_key>
GET /api/v1/sessions/{sessionId}/events Authorization: Bearer <api_key> Accept: text/event-stream
Was this page helpful?