{ "opencollection": "1.0.0", "info": { "name": "StackHawk Api Authentication Reports API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Get Scan Report", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackhawk.com/api/v1/app/:appId/env/:envId/scan/:scanId/report", "params": [ { "name": "appId", "value": "", "type": "path" }, { "name": "envId", "value": "", "type": "path" }, { "name": "scanId", "value": "", "type": "path" } ] }, "docs": "Retrieve a generated scan report." }, { "info": { "name": "Request Report Generation", "type": "http" }, "http": { "method": "POST", "url": "https://api.stackhawk.com/api/v1/app/:appId/env/:envId/scan/:scanId/report", "params": [ { "name": "appId", "value": "", "type": "path" }, { "name": "envId", "value": "", "type": "path" }, { "name": "scanId", "value": "", "type": "path" } ] }, "docs": "Request generation of a scan report." } ] } ], "bundled": true }