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