{ "opencollection": "1.0.0", "info": { "name": "Gladly Agents Teams API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List Teams", "type": "http" }, "http": { "method": "GET", "url": "https://{organization}.gladly.com/api/v1/api/v1/teams" }, "docs": "Returns a list of teams.\n" }, { "info": { "name": "Get Team", "type": "http" }, "http": { "method": "GET", "url": "https://{organization}.gladly.com/api/v1/api/v1/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path", "description": "id of the team" } ] }, "docs": "Get a team by its unique id.\n" } ] } ], "bundled": true }