cURL
curl --request GET \ --url https://api.wapizap.com/api/v2/instances/{id}/qrcode \ --header 'Authorization: Bearer <token>'
{ "pairingCode": "<string>", "base64": "<string>" }
Retorna o QR code da instância (se disponível)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
QR code