Skip to main content
GET
/
api
/
categories
Get 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.

Authorizations

x-api-key
string
header
required

Response

OK

categories
object[]