Skip to main content
GET
/
integration
/
get-pairing-code
Buscar Código de Pareamento
curl --request GET \
  --url https://api.multchats.com/v2/integration/get-pairing-code \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "response": {
    "pairingCode": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

phoneNumber
string

(DDI + DDD + Número) Ex: 5511900000000

integrationId
string
required

Response

200 - application/json

Código de pareamento encontrado com sucesso

success
boolean
default:true

Indica se a operação foi bem-sucedida

response
object