cURL
curl --request POST \ --url https://api.wapizap.com/api/v2/instances/{id}/connect \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "pairingCode": false } '
{ "qrcode": { "pairingCode": "<string>", "base64": "<string>" }, "ttl": 60 }
Inicia o processo de conexão e retorna o QR code
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Retornar código de pareamento (8 dígitos)
QR code gerado
Show child attributes
Tempo de vida em segundos
60