Clipform

List template forms

Returns all published template forms. Public, no auth required.

GET
/forms/templates
curl -X GET "https://api.clipform.io/v1/forms/templates"

List of templates

{
  "templates": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "title": "string",
      "share_id": "string",
      "description": "string",
      "node_count": 0
    }
  ]
}