{ "opencollection": "1.0.0", "info": { "name": "Adobe Commerce (Magento 2) REST Auth Categories API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Categories", "type": "folder" }, "items": [ { "info": { "name": "Get the category tree", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/rest/{storeCode}/V1/categories" }, "docs": "Get the category tree" }, { "info": { "name": "Get category by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/rest/{storeCode}/V1/categories/:categoryId", "params": [ { "name": "categoryId", "value": "", "type": "path" } ] }, "docs": "Get category by ID" } ] } ], "bundled": true }