chatform
API referenceV1

List the official form templates, most used first

GET
/v1/templates

Authorization

AuthorizationBearer <token>

A server-side secret key. Never send one from a browser — a request carrying an Origin header is refused for this reason.

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/templates"
[  {    "slug": "string",    "title": "string",    "category": "string",    "description": "string",    "blurb": "string",    "tags": [      "string"    ],    "icon": "string",    "accent": "string",    "blockCount": 0,    "estMinutes": 0,    "usageCount": 0  }]