Skip to main content
GET
/
api
/
templates
List templates
curl --request GET \
  --url https://api.example.com/api/templates
[
  {
    "key": "<string>",
    "title": "<string>",
    "industry": "<string>",
    "description": "<string>"
  }
]

Response

200 - application/json

List of available templates

key
string
required

Unique identifier for the template

title
string
required

Display title of the template

industry
string
required

Industry category the template belongs to

description
string
required

Brief description of what the template does