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-08T11:54:07.884221",
"description": "Rent for offices, workspaces or storage facilities",
"heron_id": "ctg_QUkwugG5BUadaEBbfj5wmc"
}
]
}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-08T11:54:07.884221",
"description": "Rent for offices, workspaces or storage facilities",
"heron_id": "ctg_QUkwugG5BUadaEBbfj5wmc"
}
]
}Was this page helpful?