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

## Responses

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