{ "opencollection": "1.0.0", "info": { "name": "StackHawk Api Authentication Perch API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Perch", "type": "folder" }, "items": [ { "info": { "name": "Request Scan Via Perch", "type": "http" }, "http": { "method": "POST", "url": "https://api.stackhawk.com/api/v1/perch/scan", "body": { "type": "json", "data": "{}" } }, "docs": "Trigger a scan via the Perch scan command interface." }, { "info": { "name": "Get Perch Scan Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackhawk.com/api/v1/perch/status/:scanId", "params": [ { "name": "scanId", "value": "", "type": "path" } ] }, "docs": "Retrieve the status of a Perch-initiated scan." } ] } ], "bundled": true }