/n11/categories
Get the N11 category tree: top-level departments with nested subcategories. Each node has id, name, alias, parent_category_id, url, image and children. Pass a category id or alias to return only that subtree.
Price: 20 credits
💡 AI Hint: Fetch N11’s category navigation tree. Without input returns the top-level departments, each with nested children (subcategories). Every node has id, name, alias (URL slug), parent_category_id (null for top-level), url, image and a children list. Pass category (an id or alias) to return just that node and its subtree.
⚠️ Common errors: 412: Category not found (the given id/alias is not present in the tree)
Authorizations
API token from the dashboard