{ "opencollection": "1.0.0", "info": { "name": "Shopware Admin Account Navigation API", "version": "6.7.9999999-dev" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Navigation", "type": "folder" }, "items": [ { "info": { "name": "Fetch navigation menu", "type": "http" }, "http": { "method": "POST", "url": "https://{shopDomain}/api/navigation/:activeId/:rootId", "headers": [ { "name": "sw-context-token", "value": "" } ], "params": [ { "name": "activeId", "value": "", "type": "path", "description": "ID of the currently active navigation node" }, { "name": "rootId", "value": "", "type": "path", "description": "ID of the root navigation node" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns a navigation category tree starting from a given root." } ] } ], "bundled": true }