Skip to main content
POST
/
phone-numbers
/
verify-code
Verificar Código
curl --request POST \
  --url https://apis.vectalk.com.br/phone-numbers/verify-code \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.vectalk.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Requer token de instância associado ao número de telefone. O número é resolvido automaticamente pelo token — não é necessário informar o phone-number-id.

Parâmetros

Body

code
string
required
Código de verificação de 6 dígitos recebido via SMS ou chamada de voz.

Resposta

{
  "success": true
}