---
title: "Get Category Tree"
method: GET
path: "/v1/channel/categories"
tags: ["Categories"]
---

# Get Category Tree

`GET /v1/channel/categories`

## Response `200`

Category tree retrieved

- CategoryTreeList — Wrapper around the published category tree (list of root categories with their children).
  - `data` Category[]
    - `categoryId` string, required — Channel category Id.
    - `displayName` string, required — Category display name.
    - `listingAllowed` boolean — Mark a categoryId as leaf. Only leaf categories can list offers.
    - `parentCategoryId` string — Parent category Id. If category is 0 the current category is considered as root category.

## Other responses

- `401` — Access forbidden, invalid or unknown Token was used.
- `500` — Unexpected Server Error

---

[API](https://skmtc.dev/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.dev/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
