---
title: "Get categories"
method: GET
path: "/api/categories"
tags: ["Categories"]
---

# Get categories

`GET /api/categories`

Get available categories

## Response `200`

OK

- object
  - `categories` Category[]
    - `analytics_group` 'revenue' | 'cost_of_goods_sold' | 'operational_expenses' | 'tax_expenses' | 'intra_company' | 'debt' | 'equity' | 'other_income' | 'special_items' | 'other' | 'null', nullable — The analytics group of the category
    - `created` string, date-time — Timestamp for when the category was created
    - `description` string — Description of the category
    - `heron_id` string — Unique ID of the category generated by Heron Data
    - `label` string, required — The label of the category

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/herondata/apis/heron-data-api.md) · [All operations](https://skmtc.dev/herondata/apis/heron-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/herondata/heron-data-api/revisions/f2e441edece2/schema)
