---
title: "GET /channelCategories"
method: GET
path: "/channelCategories"
tags: ["channels"]
---

# GET /channelCategories

`GET /channelCategories`

Returns an array of all channel categories within a community

## Response `200`

Successful response

- ChannelCategory[]
  - `id` string, uuid — The channel cateogry id
  - `name` string — The name of the channel cateogry

## Other responses

- `401` — API Key is missing or invalid

---

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