Skip to main content
GET
/
instances
/
{id}
/
qrcode
Obter QR Code
curl --request GET \
  --url https://api.wapizap.com/api/v2/instances/{id}/qrcode \
  --header 'Authorization: Bearer <token>'
{
  "pairingCode": "<string>",
  "base64": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

200 - application/json

QR code

pairingCode
string
base64
string