---
title: "Get the transaction category taxonomy"
method: GET
path: "/data/transaction-categories"
---

# Get the transaction category taxonomy

`GET /data/transaction-categories`

Returns the full transaction-category taxonomy. The English fields (`mainCategoriesExpenses`, `mainCategoriesIncomes`, `subCategoriesExpenses`, `subCategoriesIncome`) are unchanged. The `mainCategoriesExpensesHe` and `mainCategoriesIncomesHe` fields provide Hebrew display labels for the CARD-account expense/income categories, keyed by the same English IDs. The `mainCategoriesCheckingHe` field provides Hebrew display labels for checking-account (עו״ש) categories, which use a separate taxonomy produced by the categorization rules; use this map to translate the `transactionCategory` of CHECKING transactions.

## Response `200`

Response

- object
  - `mainCategoriesExpenses` object — Map of expense main-category ID to its sub-category IDs.
  - `mainCategoriesIncomes` object — Map of income main-category ID to its sub-category IDs.
  - `subCategoriesExpenses` object — Map of expense sub-category ID to its matching keywords.
  - `subCategoriesIncome` object — Map of income sub-category ID to its matching keywords.
  - `mainCategoriesExpensesHe` object — Hebrew translations for expense categories, keyed by the same main-category ID.
  - `mainCategoriesIncomesHe` object — Hebrew translations for income categories, keyed by the same main-category ID.
  - `mainCategoriesCheckingHe` object — Hebrew translations for checking-account (עו״ש) categories, keyed by the categorization-rule main-category ID. Separate taxonomy from the expense/income catalog; use for CHECKING transactions.

## Other responses

- `401` — Unauthorized access - Invalid access token
- `403` — Forbidden - Access token missing the required permissions to perform this action
- `500` — Internal server error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/versions/b4d401b65c3d/schema)
