---
title: "Get All Categories"
method: GET
path: "/expenses/categories"
tags: ["Expenses"]
---

# Get All Categories

`GET /expenses/categories`

List expense categories available in the team.

## Response `200`

OK

- ExpenseCategory[]
  - `color` string
  - `id` number
  - `name` string
  - `unitBased` boolean
  - `unitName` string
  - `unitPrice` integer

## Other responses

- `401` — Unauthorized

---

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