antoniomdk / whatsapp-chatwoot

10 stars 1 forks source link

How to scan QR code? #1

Open harismateen opened 1 year ago

harismateen commented 1 year ago

Hi, I have manage to run the code, but how can i scan the QR code?

antoniomdk commented 1 year ago

Hi @harismateen, the server exposes an endpoint /qrcode that returns the QR image if the service is not authenticated. I need to update the docs :).

The endpoint is protected, so you need to call <your server>/qrcode?token=<your auth token>