GET
/
instance
/
connect
/
{instance}
curl --request GET \
  --url https://api.wappfy.com.br/instance/connect/{instance} \
  --header 'apikey: <api-key>'
{
  "pairingCode": "XHJRI2ZZ",
  "code": "3@z9fL+ckuFkVXZ0...",
  "count": 1
}

Authorizations

apikey
string
header
required

Seu cabeçalho da chave de autorização.

Path Parameters

instance
string
required

ID da instância.

Query Parameters

número
string

Número de telefone (com código do país) a ser conectado.

Response

200
application/json

Ok

The response is of type object.