{ "opencollection": "1.0.0", "info": { "name": "Aircall Public Calls Contacts API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.aircall.io/v1/contacts" }, "docs": "List contacts" }, { "info": { "name": "Create contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.aircall.io/v1/contacts" }, "docs": "Create contact" }, { "info": { "name": "Retrieve contact", "type": "http" }, "http": { "method": "GET", "url": "https://api.aircall.io/v1/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve contact" }, { "info": { "name": "Update contact", "type": "http" }, "http": { "method": "PUT", "url": "https://api.aircall.io/v1/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update contact" }, { "info": { "name": "Delete contact", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aircall.io/v1/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete contact" } ] } ], "bundled": true }