Skip to main content
GET
/
api
/
templates
List templates
curl --request GET \
  --url https://yys-sqr-render-bsbe.onrender.com/api/templates
[
  {
    "id": "pharma",
    "name": "Pharmaceutical",
    "fields": [
      {
        "key": "<string>",
        "label": "<string>",
        "type": "<string>",
        "required": true
      }
    ]
  }
]

Response

200 - application/json

Template list

id
string
Example:

"pharma"

name
string
Example:

"Pharmaceutical"

fields
object[]