{ "opencollection": "1.0.0", "info": { "name": "Upbound Control Planes Teams API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List Teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.upbound.io/v1/organizations/:orgName/teams", "params": [ { "name": "orgName", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" } ] }, "docs": "List all teams in an organization." }, { "info": { "name": "Create Team", "type": "http" }, "http": { "method": "POST", "url": "https://api.upbound.io/v1/organizations/:orgName/teams", "params": [ { "name": "orgName", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new team in an organization." }, { "info": { "name": "Get Team", "type": "http" }, "http": { "method": "GET", "url": "https://api.upbound.io/v1/organizations/:orgName/teams/:teamName", "params": [ { "name": "orgName", "value": "", "type": "path" }, { "name": "teamName", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific team." }, { "info": { "name": "Delete Team", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.upbound.io/v1/organizations/:orgName/teams/:teamName", "params": [ { "name": "orgName", "value": "", "type": "path" }, { "name": "teamName", "value": "", "type": "path" } ] }, "docs": "Delete a team from an organization." } ] } ], "bundled": true }