{ "opencollection": "1.0.0", "info": { "name": "Manifest Cyber Organizations API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.manifestcyber.com/v1/organizations" }, "docs": "List organizations" }, { "info": { "name": "Get organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.manifestcyber.com/v1/organizations/:orgId", "params": [ { "name": "orgId", "value": "", "type": "path" } ] }, "docs": "Get organization" } ] } ], "bundled": true }