Skip to main content
POST
/
instances
/
{id}
/
pair-phone
Parear com Código
curl --request POST \
  --url https://api.wapizap.com/api/v2/instances/{id}/pair-phone \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "pairingCode": "K24J8N3R",
  "phone": "5511999999999"
}
'
{
  "message": "Pairing initiated successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

application/json
pairingCode
string
required

Código de 8 dígitos

Example:

"K24J8N3R"

phone
string

Número no formato internacional

Example:

"5511999999999"

Response

200 - application/json

Pareamento iniciado