{ "opencollection": "1.0.0", "info": { "name": "Secure Code Warrior Portal Assessments Programs API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Programs", "type": "folder" }, "items": [ { "info": { "name": "List Programs", "type": "http" }, "http": { "method": "GET", "url": "https://portal-api.securecodewarrior.com/api/v2/programs", "params": [ { "name": "page", "value": "", "type": "query" } ] }, "docs": "Returns a list of Programs belonging to the company." } ] } ], "bundled": true }