{ "opencollection": "1.0.0", "info": { "name": "StackHawk Api Authentication Organizations API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List Members", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackhawk.com/api/v1/org/:orgId/members", "params": [ { "name": "orgId", "value": "", "type": "path" } ] }, "docs": "List all members of an organization." }, { "info": { "name": "Get Audit History", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackhawk.com/api/v1/org/:orgId/audit", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "pageToken", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Retrieve audit history for an organization. Enterprise feature." } ] } ], "bundled": true }