---
title: "Fetch form categories by optional parent category(ies), or all categories if omitted"
method: GET
path: "/category-templates"
tags: ["category", "query"]
---

# Fetch form categories by optional parent category(ies), or all categories if omitted

`GET /category-templates`

## Response `200`

FormCategories

- FormCategory[] — Collection of form categories
  - `id` string, required — form category id (unique)
  - `name` string — descriptive name
  - `form_categories` FormCategories — recursive

## Other responses

- `400` — Incomplete or malformed request
- `401` — Invalid or missing credentials
- `404` — Requested resource was not found

---

[API](https://skmtc.net/companies-house/apis/emergency-filing-service-api.md) · [All operations](https://skmtc.net/companies-house/apis/emergency-filing-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/companies-house/emergency-filing-service-api/revisions/7dbd2ded46b4/schema)
