Returns the current QR code for a WAHA instance. The QR code is only available when the instance status is ‘scan_qr’. Cloud API instances do not use QR codes.
cURL
curl --request GET \ --url https://api.wappfy.io/api/instances/{id}/qr \ --header 'Authorization: Bearer <token>'
{ "qr": "<string>", "raw": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Instance ID
QR code data
Base64-encoded QR code image
Raw QR code value for custom rendering
Was this page helpful?