> For the complete documentation index, see [llms.txt](https://docs.scorepositivo.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scorepositivo.com.br/pessoa-juridica/relatorios-para-cnpj/valida-telefone.md).

# Valida Telefone

<table><thead><tr><th width="223">Código</th><th>Tipo</th></tr></thead><tbody><tr><td><mark style="color:blue;">cnpj-check-phone</mark></td><td>Síncrono</td></tr></tbody></table>

### Parâmetros adicionais de requisição:

<table><thead><tr><th width="238">Campo</th><th width="532">Descrição</th></tr></thead><tbody><tr><td>phone</td><td><mark style="color:red;">Obrigatório</mark><br>DDD + número de telefone (10 ou 11 dígitos)</td></tr></tbody></table>

### Exemplo de requisição:

```json
curl 
--location
--request POST 'https://core.scorepositivo.com.br/api/report' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {bearer_token}' \
--data-raw '{
    "report_id":"cnpj-check-phone",
    "document":"{documento}",
    "phone":"{telefone}" 
    "trial":true
}'
```

## Campos de Retorno

<table><thead><tr><th width="275">Campo</th><th>Descrição</th></tr></thead><tbody><tr><td>name</td><td>Nome na RF.</td></tr><tr><td>number</td><td>Número do telefone.</td></tr><tr><td>owner</td><td>Proprietário do telefone:<br>- <strong>true</strong> ou <strong>false</strong>;</td></tr><tr><td>company</td><td>Operadora.</td></tr></tbody></table>
