curl --request GET \
--url https://app.herondata.io/api/categories \
--header 'x-api-key: <api-key>'{
"categories": [
{
"label": "Rent",
"analytics_group": "revenue",
"created": "2025-11-26T20:46:02.386948",
"description": "Rent for offices, workspaces or storage facilities",
"heron_id": "ctg_SgisWPCaFQUEWubLaQsTPB"
}
]
}Get available categories
curl --request GET \
--url https://app.herondata.io/api/categories \
--header 'x-api-key: <api-key>'{
"categories": [
{
"label": "Rent",
"analytics_group": "revenue",
"created": "2025-11-26T20:46:02.386948",
"description": "Rent for offices, workspaces or storage facilities",
"heron_id": "ctg_SgisWPCaFQUEWubLaQsTPB"
}
]
}OK
Show child attributes
The label of the category
"Rent"
The analytics group of the category
revenue, cost_of_goods_sold, operational_expenses, tax_expenses, intra_company, debt, equity, other_income, special_items, other, "revenue"
Timestamp for when the category was created
"2025-11-26T20:46:02.386948"
Description of the category
"Rent for offices, workspaces or storage facilities"
Unique ID of the category generated by Heron Data
"ctg_SgisWPCaFQUEWubLaQsTPB"
Was this page helpful?