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

# Get QR

> Read the latest QR payload for a token in pairing mode.

Start the token with `connect` before requesting QR data.

<RequestExample>
  ```bash cURL theme={null}
  curl "https://api.wadial.com/api/v1/sessions/{sessionId}/auth/qr" \
    -H "Authorization: Bearer $WADIAL_API_KEY"
  ```
</RequestExample>

<ResponseExample>
  ```json theme={null}
  {
    "data": {
      "qr": "raw-whatsapp-qr-payload",
      "ttlMs": 20000,
      "createdAt": "2026-06-29T16:00:00.000Z"
    }
  }
  ```
</ResponseExample>
