Endpoint
Paramètres query
| Nom | Type | Requis | Description |
|---|---|---|---|
page | integer | non | Défaut 1 |
limit | integer | non | Défaut 20, max 100 |
Liste les templates de votre compte avec pagination simple.
GET /api/v1/templates
| Nom | Type | Requis | Description |
|---|---|---|---|
page | integer | non | Défaut 1 |
limit | integer | non | Défaut 20, max 100 |
200{
"data": {
"templates": [],
"total": 0
}
}