Skip to main content

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.

Endpoint

GET /api/v1/templates

Parameters query

NomTypeRequiredDescription
pageintegernoDéfaut 1
limitintegernoDéfaut 20, max 100

Success response 200

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