cURL
curl --request GET \ --url https://api.multchats.com/v2/integration/get-qrcode \ --header 'Authorization: Bearer <token>'
{ "success": true, "response": { "qrcode": "<string>" } }
Busca o qrcode de conexão do WhatsApp
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Qrcode de conexão encontrado com sucesso
Indica se a operação foi bem-sucedida
Show child attributes