GET
/
api
/
categories
curl --request GET \
  --url https://app.herondata.io/api/categories \
  --header 'Authorization: Basic <encoded-value>'
{
  "categories": [
    {
      "analytics_group": "revenue",
      "created": "2025-03-04T17:08:53.085262",
      "description": "Rent for offices, workspaces or storage facilities",
      "heron_id": "ctg_Rn5h5A7BGm2is4DRvGhGCE",
      "label": "Rent"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200
application/json
OK
categories
object[]