---
title: "Get Category Tree"
method: GET
path: "/category-tree"
tags: ["Categorization"]
---

# Get Category Tree

`GET /category-tree`

Retrieve the complete category tree as a single-linked list. The category name is rendered depending on the language given in the `Accept-Language` header. Each list entry has an `id` and a `parent_id` linking a category to its parent category (e.g. the category "Online-Shopping" is linked to the parent category "Living"). Categories on the 1st level have a `parent_id` value set to `null`.

## Parameters

- `#/paths/~1catalog/get/parameters/0` — unresolved $ref

## Response `200`

- object[]
  - `parent_id` integer, nullable, required — ID of the parent category.
  - `id` Id, required — unresolved $ref
  - `name` Name, required — unresolved $ref

## Other responses

- `401` — unresolved $ref

---

[API](https://skmtc.net/qwist/apis/finx-api.md) · [All operations](https://skmtc.net/qwist/apis/finx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qwist/finx-api/revisions/b75f5c1aa39e/schema)
