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