---
title: "List template categories"
method: GET
path: "/templates/list"
tags: ["templates"]
---

# List template categories

`GET /templates/list`

Lists the common template categories of all users. As you are not logged in, this is what you are limited to.

## Response `200`

successful operation

- Template[]
  - `id` integer — the unique ID of the Template
  - `category_id` integer — the ID of the category to which this template belongs
  - `name` string — The name of the Template
  - `message` string — The actual message of the template

---

[API](https://skmtc.net/swaggerhub/apis/handwrytten-api.md) · [All operations](https://skmtc.net/swaggerhub/apis/handwrytten-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swaggerhub/handwrytten-api/versions/45e7c951cdd6/schema)
