{ "opencollection": "1.0.0", "info": { "name": "Aircall Public Calls API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Calls", "type": "folder" }, "items": [ { "info": { "name": "List calls", "type": "http" }, "http": { "method": "GET", "url": "https://api.aircall.io/v1/calls" }, "docs": "List calls" }, { "info": { "name": "Search calls", "type": "http" }, "http": { "method": "GET", "url": "https://api.aircall.io/v1/calls/search" }, "docs": "Search calls" }, { "info": { "name": "Retrieve call", "type": "http" }, "http": { "method": "GET", "url": "https://api.aircall.io/v1/calls/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve call" }, { "info": { "name": "Transfer a call", "type": "http" }, "http": { "method": "POST", "url": "https://api.aircall.io/v1/calls/:id/transfer", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Transfer a call" }, { "info": { "name": "Add comment to a call", "type": "http" }, "http": { "method": "POST", "url": "https://api.aircall.io/v1/calls/:id/comments", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Add comment to a call" }, { "info": { "name": "Tag a call", "type": "http" }, "http": { "method": "POST", "url": "https://api.aircall.io/v1/calls/:id/tags", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Tag a call" }, { "info": { "name": "Archive a call", "type": "http" }, "http": { "method": "PUT", "url": "https://api.aircall.io/v1/calls/:id/archive", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Archive a call" } ] } ], "bundled": true }