{ "opencollection": "1.0.0", "info": { "name": "StackHawk Api Authentication Scan Configuration API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Scan Configuration", "type": "folder" }, "items": [ { "info": { "name": "Get Application Config", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackhawk.com/api/v1/app/:appId/config/:configHash", "params": [ { "name": "appId", "value": "", "type": "path" }, { "name": "configHash", "value": "", "type": "path" } ] }, "docs": "Retrieve a specific application configuration by hash." }, { "info": { "name": "Get Scan Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackhawk.com/api/v1/app/:appId/scan-config", "params": [ { "name": "appId", "value": "", "type": "path" } ] }, "docs": "Get the scan configuration for an application." }, { "info": { "name": "Update Scan Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.stackhawk.com/api/v1/app/:appId/scan-config", "params": [ { "name": "appId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the scan configuration for an application." }, { "info": { "name": "List Organization Scan Configs", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackhawk.com/api/v1/org/:orgId/scan-config", "params": [ { "name": "orgId", "value": "", "type": "path" } ] }, "docs": "List all scan configurations for an organization." }, { "info": { "name": "Create Scan Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.stackhawk.com/api/v1/org/:orgId/scan-config", "params": [ { "name": "orgId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new scan configuration for an organization." } ] } ], "bundled": true }