{ "opencollection": "1.0.0", "info": { "name": "StackHawk Api Authentication Profile Scans API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Profile Scans", "type": "folder" }, "items": [ { "info": { "name": "Get Profile Scan Results", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackhawk.com/api/v1/app/:appId/env/:envId/profile", "params": [ { "name": "appId", "value": "", "type": "path" }, { "name": "envId", "value": "", "type": "path" } ] }, "docs": "Get profile scan results for an application environment." }, { "info": { "name": "Request Profile Analysis", "type": "http" }, "http": { "method": "POST", "url": "https://api.stackhawk.com/api/v1/app/:appId/env/:envId/profile", "params": [ { "name": "appId", "value": "", "type": "path" }, { "name": "envId", "value": "", "type": "path" } ] }, "docs": "Request a new profile analysis for an application environment." } ] } ], "bundled": true }