{ "opencollection": "1.0.0", "info": { "name": "Chatwoot Agents Client Conversations API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "items": [ { "info": { "name": "Client Conversations", "type": "folder" }, "items": [ { "info": { "name": "List the contact's conversations.", "type": "http" }, "http": { "method": "GET", "url": "https://app.chatwoot.com/public/api/v1/inboxes/:inbox_identifier/contacts/:contact_identifier/conversations", "params": [ { "name": "inbox_identifier", "value": "", "type": "path", "description": "The public inbox identifier (channel/web-widget identifier)." }, { "name": "contact_identifier", "value": "", "type": "path", "description": "The source_id / contact identifier returned when the client contact was created." } ] }, "docs": "List the contact's conversations." }, { "info": { "name": "Create a conversation for the contact.", "type": "http" }, "http": { "method": "POST", "url": "https://app.chatwoot.com/public/api/v1/inboxes/:inbox_identifier/contacts/:contact_identifier/conversations", "params": [ { "name": "inbox_identifier", "value": "", "type": "path", "description": "The public inbox identifier (channel/web-widget identifier)." }, { "name": "contact_identifier", "value": "", "type": "path", "description": "The source_id / contact identifier returned when the client contact was created." } ] }, "docs": "Create a conversation for the contact." }, { "info": { "name": "Toggle the status of the contact's conversation.", "type": "http" }, "http": { "method": "POST", "url": "https://app.chatwoot.com/public/api/v1/inboxes/:inbox_identifier/contacts/:contact_identifier/conversations/:conversation_id/toggle_status", "params": [ { "name": "inbox_identifier", "value": "", "type": "path", "description": "The public inbox identifier (channel/web-widget identifier)." }, { "name": "contact_identifier", "value": "", "type": "path", "description": "The source_id / contact identifier returned when the client contact was created." }, { "name": "conversation_id", "value": "", "type": "path", "description": "The display id of the conversation." } ] }, "docs": "Toggle the status of the contact's conversation." }, { "info": { "name": "Signal typing on/off in the conversation.", "type": "http" }, "http": { "method": "POST", "url": "https://app.chatwoot.com/public/api/v1/inboxes/:inbox_identifier/contacts/:contact_identifier/conversations/:conversation_id/toggle_typing", "params": [ { "name": "inbox_identifier", "value": "", "type": "path", "description": "The public inbox identifier (channel/web-widget identifier)." }, { "name": "contact_identifier", "value": "", "type": "path", "description": "The source_id / contact identifier returned when the client contact was created." }, { "name": "conversation_id", "value": "", "type": "path", "description": "The display id of the conversation." } ] }, "docs": "Signal typing on/off in the conversation." }, { "info": { "name": "Update the contact's last-seen timestamp for the conversation.", "type": "http" }, "http": { "method": "POST", "url": "https://app.chatwoot.com/public/api/v1/inboxes/:inbox_identifier/contacts/:contact_identifier/conversations/:conversation_id/update_last_seen", "params": [ { "name": "inbox_identifier", "value": "", "type": "path", "description": "The public inbox identifier (channel/web-widget identifier)." }, { "name": "contact_identifier", "value": "", "type": "path", "description": "The source_id / contact identifier returned when the client contact was created." }, { "name": "conversation_id", "value": "", "type": "path", "description": "The display id of the conversation." } ] }, "docs": "Update the contact's last-seen timestamp for the conversation." } ] } ], "bundled": true }