Skip to main content
GET
/
v1
/
reference
/
categories
Get category tree
curl --request GET \
  --url http://localhost:3000/v1/reference/categories
{
  "categories": [
    {
      "id": "<string>",
      "name": "<string>",
      "level": 123,
      "parent_id": "<string>",
      "children": [
        "<unknown>"
      ]
    }
  ],
  "count": 123
}

Response

200 - application/json

Hierarchical category tree

categories
object[]
required
count
number
required