v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-06-11720209.3 KB
Instance Controller

Instances Connect

Generates and returns the QR code for WhatsApp connection

get/instance/connect/{instance}

Path parameters

instancestring required

ID of the instance to connect

Query parameters

numberstring

Phone number (with country code) to be connected

Response

Ok

pairingCodestring

The unique code used for pairing a device or account.

codestring

A specific code associated with the pairing process. This may include tokens or other identifiers.

countinteger

The count or number of attempts or instances related to the pairing process.

Example response

{
  "pairingCode": "WZYEH1YY",
  "code": "2@y8eK+bjtEjUWy9/FOM...",
  "count": 1
}