# GET /whatsapp/groups

**Resource:** [WhatsApp](./whatsapp.md)  
**MCP tool:** `list_whatsapp_groups`  
**Scopes:** `whatsapp:read`  
**Write operation:** no

List WhatsApp groups the workspace's paired account is in. Filter by linked_deal_id, linked_customer_id, or unlinked.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `limit` | query | number | no |  |
| `after` | query | string | no |  |
| `linked_deal_id` | query | string | no |  |
| `linked_customer_id` | query | string | no |  |
| `linked` | query | boolean | no | true = only linked groups, false = only unlinked |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/whatsapp/groups"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`