{ "opencollection": "1.0.0", "info": { "name": "StackHawk Api Authentication Organization Teams API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organization Teams", "type": "folder" }, "items": [ { "info": { "name": "Create Team", "type": "http" }, "http": { "method": "POST", "url": "https://api.stackhawk.com/api/v1/org/:orgId/team", "params": [ { "name": "orgId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new team in an organization." }, { "info": { "name": "Find Teams for Organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackhawk.com/api/v1/org/:orgId/teams", "params": [ { "name": "orgId", "value": "", "type": "path" } ] }, "docs": "List all teams in an organization." }, { "info": { "name": "Get Team", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackhawk.com/api/v1/org/:orgId/team/:teamId", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "teamId", "value": "", "type": "path" } ] }, "docs": "Retrieve details for a specific team." }, { "info": { "name": "Update Team", "type": "http" }, "http": { "method": "PUT", "url": "https://api.stackhawk.com/api/v1/org/:orgId/team/:teamId", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "teamId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update team information." }, { "info": { "name": "Delete Team", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stackhawk.com/api/v1/org/:orgId/team/:teamId", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "teamId", "value": "", "type": "path" } ] }, "docs": "Delete a team from an organization." }, { "info": { "name": "Update Team Application", "type": "http" }, "http": { "method": "PUT", "url": "https://api.stackhawk.com/api/v1/org/:orgId/team/:teamId/application", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "teamId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the applications assigned to a team." }, { "info": { "name": "Find Teams for User", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackhawk.com/api/v1/org/:orgId/user/:userId/teams", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Retrieve all teams a specific user belongs to." } ] } ], "bundled": true }