curl --request GET \
--url https://app.herondata.io/api/categories \
--header 'x-api-key: <api-key>'
{
"categories": [
{
"analytics_group": "revenue",
"created": "2025-07-21T21:52:55.356259",
"description": "Rent for offices, workspaces or storage facilities",
"heron_id": "ctg_B6c6W6DszkN6aFQiBuciRw",
"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-07-21T21:52:55.356259",
"description": "Rent for offices, workspaces or storage facilities",
"heron_id": "ctg_B6c6W6DszkN6aFQiBuciRw",
"label": "Rent"
}
]
}
OK
The response is of type object
.
Was this page helpful?