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

> Lista todos os grupos do WhatsApp associados a um número de telefone 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>

## Resposta

```json theme={null}
{
  "data": [
    {
      "id": "group_id_123@g.us",
      "subject": "Suporte ao Cliente",
      "description": "Grupo oficial de suporte",
      "creation_time": 1705312200
    }
  ],
  "paging": {
    "cursors": {
      "before": "before_cursor",
      "after": "after_cursor"
    }
  }
}
```
