> ## Documentation Index
> Fetch the complete documentation index at: https://docs.msgflash.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GET List templates

> List account templates with simple pagination.

## Endpoint

```txt theme={null}
GET /api/v1/templates
```

## Parameters query

| Nom     | Type    | Required | Description            |
| ------- | ------- | -------- | ---------------------- |
| `page`  | integer | no       | Défaut `1`             |
| `limit` | integer | no       | Défaut `20`, max `100` |

## Success response `200`

```json theme={null}
{
  "data": {
    "templates": [],
    "total": 0
  }
}
```
