Skip to main content

Endpoint

GET /api/v1/templates

Paramètres query

NomTypeRequisDescription
pageintegernonDéfaut 1
limitintegernonDéfaut 20, max 100

Réponse succès 200

{
  "data": {
    "templates": [],
    "total": 0
  }
}