{ "opencollection": "1.0.0", "info": { "name": "Aircall Public Calls Teams API", "version": "v1" }, "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://api.aircall.io/v1/teams" }, "docs": "List teams" }, { "info": { "name": "Create team", "type": "http" }, "http": { "method": "POST", "url": "https://api.aircall.io/v1/teams" }, "docs": "Create team" }, { "info": { "name": "Retrieve team", "type": "http" }, "http": { "method": "GET", "url": "https://api.aircall.io/v1/teams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve team" }, { "info": { "name": "Delete team", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aircall.io/v1/teams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete team" } ] } ], "bundled": true }