curl --request GET \
--url https://app.herondata.io/api/categories \
--header 'x-api-key: <api-key>'{
"categories": [
{
"label": "Rent",
"analytics_group": "revenue",
"created": "2026-05-09T23:33:02.877852+00:00",
"description": "Rent for offices, workspaces or storage facilities",
"heron_id": "ctg_SrBKtR3VZJQVq3QMf5YwSu"
}
]
}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-05-09T23:33:02.877852+00:00",
"description": "Rent for offices, workspaces or storage facilities",
"heron_id": "ctg_SrBKtR3VZJQVq3QMf5YwSu"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?