> ## 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.

# Registrar Número

> Registra um número de telefone no WhatsApp Cloud API usando um PIN de dois fatores.

<Note>
  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`.
</Note>

## Parâmetros

### Body

<ParamField body="pin" type="string" required>
  PIN de verificação em dois fatores configurado para o número. Necessário para completar o registro.
</ParamField>

## Resposta

```json theme={null}
{
  "success": true
}
```
