# List WhatsApp templates

**GET** `/inboxes/{id}/whatsapp/templates`

Returns approved and pending WhatsApp templates available for this inbox. Use template
names and languages from this response when sending `template` message content.

Authentication: bearerAuth
Required scopes: `inbox:read`
Allowed roles: `owner`, `admin`, `agent`
Authorization: List WhatsApp templates for an inbox.

## Parameters

- `id` (path string, required)
- `pageSize` (query integer, optional) - Number of templates to return. Defaults to 100 and is capped at 1000.
- `pageToken` (query string, optional) - Token returned as `nextPageToken` from the previous page.

## Responses

- `200`: List of WhatsApp templates
- `default`: Error
