curl --request GET \
--url https://app.herondata.io/api/categories \
--header 'x-api-key: <api-key>'{
"categories": [
{
"label": "Rent",
"analytics_group": "revenue",
"created": "2026-01-22T15:29:57.321545",
"description": "Rent for offices, workspaces or storage facilities",
"heron_id": "ctg_APCVGT9SNofLxix94LeBPh"
}
]
}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": "2026-01-22T15:29:57.321545",
"description": "Rent for offices, workspaces or storage facilities",
"heron_id": "ctg_APCVGT9SNofLxix94LeBPh"
}
]
}Was this page helpful?