{ "opencollection": "1.0.0", "info": { "name": "Veracode Applications REST API Credentials Teams API", "version": "1.0.0" }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List Teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.veracode.com/api/authn/v2/teams" }, "docs": "Returns all teams in the organization." }, { "info": { "name": "Create Team", "type": "http" }, "http": { "method": "POST", "url": "https://api.veracode.com/api/authn/v2/teams", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new team in the organization." }, { "info": { "name": "Get Team", "type": "http" }, "http": { "method": "GET", "url": "https://api.veracode.com/api/authn/v2/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path", "description": "Team unique identifier" } ] }, "docs": "Returns details for a specific team." }, { "info": { "name": "Update Team", "type": "http" }, "http": { "method": "PUT", "url": "https://api.veracode.com/api/authn/v2/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path", "description": "Team unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing team." }, { "info": { "name": "Delete Team", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.veracode.com/api/authn/v2/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path", "description": "Team unique identifier" } ] }, "docs": "Deletes a team from the organization." } ] } ], "bundled": true }