> For the complete documentation index, see [llms.txt](https://docs.cuoral.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cuoral.com/api-reference/engagement/whatsapp/get-whatsapp-templates.md).

# Get whatsapp templates

## Get whatsapp templates

<mark style="color:green;">`GET`</mark> /external/v1/whatsapp/templates

List WhatsApp templates for your organisation.

**Headers**

| Name         | Value              |
| ------------ | ------------------ |
| Content-Type | `application/json` |
| x-api-key    | `<api key>`        |

**Parameters**

| Name  | Type   | value        |
| ----- | ------ | ------------ |
| limit | number | 50 (100 max) |

**Response**

{% tabs %}
{% tab title="200" %}

```json
[
  {
    "template_sid": "string",
    "template_name": "string",
    "language": "string",
    "variables": {
      "additionalProp1": {}
    },
    "content_types": {
      "additionalProp1": {}
    },
    "status": {
      "additionalProp1": {}
    }
  }
]
```

{% endtab %}

{% tab title="422" %}

```json
{
  "detail": [
    {
      "loc": [
        "string",
        0
      ],
      "msg": "string",
      "type": "string",
      "input": "string",
      "ctx": {}
    }
  ]
}
```

{% endtab %}
{% endtabs %}
