---
title: "List Expense Categories"
method: GET
path: "/expense-categories/"
tags: ["Expense Categories"]
---

# List Expense Categories

`GET /expense-categories/`

List all expense categories

## Query parameters

- `organization_id` string

## Response `200`

Resources have been retrieved successfully.

- object
  - `message` string
  - `expense_categories` object[]
    - `id` integer
    - `account_id` integer
    - `amount` number, float
    - `expense_code` string
    - `is_utbms` integer
    - `label` string
    - `name` string
    - `parent_id` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `500` — Internal Server Error

---

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