{ "opencollection": "1.0.0", "info": { "name": "Picus Customer Summary API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Summary", "type": "folder" }, "items": [ { "info": { "name": "# Summary Overall", "type": "http" }, "http": { "method": "POST", "url": "https://api.picussecurity.com/v1/summary/overall", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This endpoint is used to get the overall summary of the account." } ] } ], "bundled": true }