{ "opencollection": "1.0.0", "info": { "name": "Vectra Detect Accounts Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all groups", "type": "http" }, "http": { "method": "GET", "url": "https://{fqdn}/api/{apiVersion}/groups" }, "docs": "Retrieve all groups" }, { "info": { "name": "Create new group", "type": "http" }, "http": { "method": "POST", "url": "https://{fqdn}/api/{apiVersion}/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create new group" } ] } ], "bundled": true }