GET
/
api
/
categories
curl --request GET \
  --url https://app.herondata.io/api/categories \
  --header 'x-api-key: <api-key>'
{
  "categories": [
    {
      "analytics_group": "revenue",
      "created": "2025-04-30T19:15:17.278528",
      "description": "Rent for offices, workspaces or storage facilities",
      "heron_id": "ctg_L4LBN2EyrPUATpBhvsF6Vf",
      "label": "Rent"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200
application/json
OK

The response is of type object.