> ## 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 Récupérer un template

> Récupère le détail d'un template.

## Endpoint

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

## Paramètres path

| Nom  | Type | Requis | Description    |
| ---- | ---- | ------ | -------------- |
| `id` | UUID | oui    | ID du template |

## Réponse succès `200`

```json theme={null}
{
  "data": {
    "id": "tmpl_uuid",
    "name": "Relance panier",
    "type": "text",
    "variables": ["contact.firstName", "custom.code"]
  }
}
```
