{ "opencollection": "1.0.0", "info": { "name": "PureCloud Platform Agent Assistants Events API", "version": "v2" }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Publish Conversation Batch Events", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/events/conversations" }, "docs": "Publish Conversation Batch Events" }, { "info": { "name": "Publish Agent Routing Status Batch Events", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/events/users/routingstatus" }, "docs": "Publish Agent Routing Status Batch Events" }, { "info": { "name": "Publish User Presence Status Batch Events", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/events/users/presence" }, "docs": "Publish User Presence Status Batch Events" } ] } ], "bundled": true }