Skip to main content
POST
/
integration
/
validate-whatsapp-phone-number
Validar número de WhatsApp
curl --request POST \
  --url https://api.multchats.com/v2/integration/validate-whatsapp-phone-number \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "integrationId": "<string>",
  "phoneNumber": "<string>"
}
'
{
  "success": true,
  "response": {
    "exists": true,
    "jid": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json
integrationId
string
required

ID da integração

phoneNumber
string
required

Número de telefone

Response

200 - application/json

Número de WhatsApp validado com sucesso

success
boolean

Indica se a operação foi bem-sucedida

response
object

Resposta da operação de validação