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

# Obter Número de Telefone

> Retorna informações detalhadas sobre um número de telefone registrado no WhatsApp Business.

<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

### Query

<ParamField query="fields" type="string">
  Lista de campos separados por vírgula a serem retornados. Exemplo: `id,display_phone_number,verified_name,quality_rating`.
</ParamField>

## Resposta

```json theme={null}
{
  "id": "123456789",
  "display_phone_number": "+55 11 99999-9999",
  "verified_name": "Minha Empresa",
  "quality_rating": "GREEN",
  "platform_type": "CLOUD_API",
  "throughput": {
    "level": "STANDARD"
  },
  "last_onboarded_time": "2024-01-15T10:30:00+0000"
}
```
