Skip to main content
POST
/
phone-numbers
/
register
Registrar Número
curl --request POST \
  --url https://apis.vectalk.com.br/phone-numbers/register \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "pin": "<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

pin
string
required
PIN de verificação em dois fatores configurado para o número. Necessário para completar o registro.

Resposta

{
  "success": true
}