{ "opencollection": "1.0.0", "info": { "name": "Orchestrator Admin Settings Dashboard API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Dashboard", "type": "folder" }, "items": [ { "info": { "name": "Get dashboard stats", "type": "http" }, "http": { "method": "GET", "url": "/dashboard" }, "docs": "Get dashboard stats" } ] } ], "bundled": true }