{ "opencollection": "1.0.0", "info": { "name": "Incident.io Actions Teams API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "listTeams", "type": "http" }, "http": { "method": "GET", "url": "https://api.incident.io/v2/teams" } }, { "info": { "name": "getTeam", "type": "http" }, "http": { "method": "GET", "url": "https://api.incident.io/v2/teams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }