cURL
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" }
Conecta usando código de pareamento de 8 dígitos
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Código de 8 dígitos
"K24J8N3R"
Número no formato internacional
"5511999999999"
Pareamento iniciado