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

# Listar Números do WABA

> Lista todos os números de telefone associados a uma conta do WhatsApp Business (WABA).

<Note>
  Requer token de instância. O WABA ID é resolvido automaticamente pelo token — não é necessário informar o `waba-id`.
</Note>

## Resposta

```json theme={null}
{
  "data": [
    {
      "id": "123456789",
      "display_phone_number": "+55 11 99999-9999",
      "verified_name": "Minha Empresa",
      "quality_rating": "GREEN",
      "status": "CONNECTED"
    }
  ],
  "paging": {
    "cursors": {
      "before": "before_cursor",
      "after": "after_cursor"
    }
  }
}
```
