{ "opencollection": "1.0.0", "info": { "name": "LiveChat Agent Chat Chats Customers API", "version": "v3.6" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Get customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.livechatinc.com/v3.6/agent/action/get_customer" }, "docs": "Get customer" }, { "info": { "name": "Update customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.livechatinc.com/v3.6/agent/action/update_customer" }, "docs": "Update customer" }, { "info": { "name": "Ban customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.livechatinc.com/v3.6/agent/action/ban_customer" }, "docs": "Ban customer" } ] } ], "bundled": true }