curl --request GET \
--url https://app.herondata.io/api/categories \
--header 'x-api-key: <api-key>'
{
"categories": [
{
"analytics_group": "revenue",
"created": "2025-08-08T10:30:04.016127",
"description": "Rent for offices, workspaces or storage facilities",
"heron_id": "ctg_BiBkwHDnBF9f2WoXmxXGwR",
"label": "Rent"
}
]
}
Get available categories
curl --request GET \
--url https://app.herondata.io/api/categories \
--header 'x-api-key: <api-key>'
{
"categories": [
{
"analytics_group": "revenue",
"created": "2025-08-08T10:30:04.016127",
"description": "Rent for offices, workspaces or storage facilities",
"heron_id": "ctg_BiBkwHDnBF9f2WoXmxXGwR",
"label": "Rent"
}
]
}
OK
The response is of type object
.
Was this page helpful?