Authorizations
Response
OK
curl --request GET \
--url https://app.herondata.io/api/categories \
--header 'x-api-key: <api-key>'{
"categories": [
{
"analytics_group": "revenue",
"created": "2025-10-22T14:35:26.859382",
"description": "Rent for offices, workspaces or storage facilities",
"heron_id": "ctg_6oESyq8TxHkLEnXQLM73qk",
"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-10-22T14:35:26.859382",
"description": "Rent for offices, workspaces or storage facilities",
"heron_id": "ctg_6oESyq8TxHkLEnXQLM73qk",
"label": "Rent"
}
]
}Was this page helpful?