---
title: "List expense category"
method: GET
path: "/v3/expense/category"
tags: ["[v3] Expense"]
---

# List expense category

`GET /v3/expense/category`

## Response `200`

OK

- ExpenseCategoryResponse[]
  - `id` integer
  - `name` string
  - `color` string
  - `unitPrice` integer, nullable
  - `unitName` string, nullable
  - `currencyId` integer
  - `createdAt` string
  - `updatedAt` string, nullable

## Other responses

- `403` — The authenticated OAuth2 access token or PAT does not contain any scope accepted by the endpoint.

---

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