GET
/categoriesList categories
**Status:** `draft` Retrieve the full category tree with hierarchical relationships. Returns top-level categories with nested children.
Categories
Request
Make a GET request to /categories.
Query Parameters
- includeInactiveboolean
- Include inactive categories
- maxDepthinteger
- Maximum depth of category tree to return (null for unlimited)
Response
200Category tree
500Internal Server Error