WA Client
POST

Relogin via QR

Display a new QR code to relogin a logged-out instance.

API endpoint
https://waclient.com/api/relogin_qrcode
Example:
curl -X POST \
  'https://waclient.com/api/relogin_qrcode' \
  -H 'Content-Type: application/json' \
  --data '{
    "instance_id": "6A4B02A1XXXX",
    "access_token": "EMCUH3NQQK8YXXXX"
}'
Response
{
    "status": "success",
    "message": "Success",
    "base64": "data:image/png;base64,iVBORw0KGgo..."
}
ParameterDescription
instance_idWhatsApp Web instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc