POST
/
messaging
/
whatsapp
/
accounts
/
scan-qrcode
cURL
curl --request POST \
  --url https://api.zuwinda.com/v2/messaging/whatsapp/accounts/scan-qrcode \
  --header 'Content-Type: application/json' \
  --header 'X-Access-Key: <api-key>' \
  --data '{
  "accountId": "5bb8427e-afd7-4fd9-bf76-b93cc8aff20e"
}'
{
  "data": {
    "responseCode": "00",
    "QRCode": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAIAAAD...",
    "Timeout": 60
  }
}

Authorizations

X-Access-Key
string
header
required

Your Zuwinda API token

Body

application/json

Scan QR code

accountId
string
required
Example:

"5bb8427e-afd7-4fd9-bf76-b93cc8aff20e"

Response

QR code scan response

data
object
required