> ## 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 Retrieve a template

> Retrieve template details.

## Endpoint

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

## Parameters path

| Nom  | Type | Required | Description    |
| ---- | ---- | -------- | -------------- |
| `id` | UUID | yes      | ID du template |

## Success response `200`

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