{ "opencollection": "1.0.0", "info": { "name": "StackHawk Api Authentication Scan Results API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Scan Results", "type": "folder" }, "items": [ { "info": { "name": "List Scans", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackhawk.com/api/v1/app/:appId/env/:envId/scan", "params": [ { "name": "appId", "value": "", "type": "path" }, { "name": "envId", "value": "", "type": "path" }, { "name": "pageToken", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "List all scans for an application environment." }, { "info": { "name": "Get Scan", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackhawk.com/api/v1/app/:appId/env/:envId/scan/:scanId", "params": [ { "name": "appId", "value": "", "type": "path" }, { "name": "envId", "value": "", "type": "path" }, { "name": "scanId", "value": "", "type": "path" } ] }, "docs": "Retrieve details for a specific scan." }, { "info": { "name": "Delete Scan", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stackhawk.com/api/v1/app/:appId/env/:envId/scan/:scanId", "params": [ { "name": "appId", "value": "", "type": "path" }, { "name": "envId", "value": "", "type": "path" }, { "name": "scanId", "value": "", "type": "path" } ] }, "docs": "Delete a scan and its associated findings." }, { "info": { "name": "List Findings", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackhawk.com/api/v1/app/:appId/env/:envId/scan/:scanId/finding", "params": [ { "name": "appId", "value": "", "type": "path" }, { "name": "envId", "value": "", "type": "path" }, { "name": "scanId", "value": "", "type": "path" } ] }, "docs": "List all security findings from a specific scan." }, { "info": { "name": "Get Finding", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackhawk.com/api/v1/app/:appId/env/:envId/scan/:scanId/finding/:findingId", "params": [ { "name": "appId", "value": "", "type": "path" }, { "name": "envId", "value": "", "type": "path" }, { "name": "scanId", "value": "", "type": "path" }, { "name": "findingId", "value": "", "type": "path" } ] }, "docs": "Retrieve details for a specific security finding." } ] } ], "bundled": true }