{ "opencollection": "1.0.0", "info": { "name": "PureCloud Platform Agent Assistants Emails API", "version": "v2" }, "items": [ { "info": { "name": "Emails", "type": "folder" }, "items": [ { "info": { "name": "Get email Contact Center settings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/emails/settings" }, "docs": "Get email Contact Center settings" }, { "info": { "name": "Patch email Contact Center settings", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v2/emails/settings" }, "docs": "Patch email Contact Center settings" }, { "info": { "name": "Get email threading settings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/emails/settings/threading" }, "docs": "Get email threading settings" }, { "info": { "name": "Patch email threading settings", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v2/emails/settings/threading" }, "docs": "Patch email threading settings" }, { "info": { "name": "Reset email threading settings to default", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/emails/settings/threading" }, "docs": "Reset email threading settings to default" } ] } ], "bundled": true }