{ "opencollection": "1.0.0", "info": { "name": "Botpress Cloud Admin Conversations API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Conversations", "type": "folder" }, "items": [ { "info": { "name": "List conversations", "type": "http" }, "http": { "method": "GET", "url": "https://api.botpress.com/v1/chat/conversations" }, "docs": "List conversations" }, { "info": { "name": "Create a new conversation", "type": "http" }, "http": { "method": "POST", "url": "https://api.botpress.com/v1/chat/conversations" }, "docs": "Create a new conversation" }, { "info": { "name": "Retrieve a conversation", "type": "http" }, "http": { "method": "GET", "url": "https://api.botpress.com/v1/chat/conversations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a conversation" }, { "info": { "name": "Delete a conversation", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.botpress.com/v1/chat/conversations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a conversation" }, { "info": { "name": "Get or create a conversation", "type": "http" }, "http": { "method": "POST", "url": "https://api.botpress.com/v1/chat/conversations/get-or-create" }, "docs": "Get or create a conversation" } ] } ], "bundled": true }