{ "opencollection": "1.0.0", "info": { "name": "Sensitivity Scan Run Service API", "version": "version not set" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "ScanRunService", "type": "folder" }, "items": [ { "info": { "name": "Fetch scan runs with filters and pagination", "type": "http" }, "http": { "method": "POST", "url": "https://app.bigeye.com/api/v1/sds/scan-run/fetch", "body": { "type": "json", "data": "{}" } }, "docs": "Fetch scan runs with filters and pagination" }, { "info": { "name": "Get a scan run by ID", "type": "http" }, "http": { "method": "GET", "url": "https://app.bigeye.com/api/v1/sds/scan-run/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a scan run by ID" } ] } ], "bundled": true }