{ "opencollection": "1.0.0", "info": { "name": "Picus Customer Instances API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Instances", "type": "folder" }, "items": [ { "info": { "name": "# List Instance Scores", "type": "http" }, "http": { "method": "POST", "url": "https://api.picussecurity.com/v1/exposures/instances/scores", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns exposure instance scores for the specified host-exposure pairs.\nDuplicate pairs are deduplicated server-side. Unmatched pairs are omitted from the response." } ] } ], "bundled": true }