{ "opencollection": "1.0.0", "info": { "name": "Cube Agents ChatMessages API", "version": "1.0.0 (1.0)" }, "items": [ { "info": { "name": "ChatMessages", "type": "folder" }, "items": [ { "info": { "name": "List Chat Messages", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/agents/chat/messages", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List chat messages for a specific session. Supports filtering by session ID using the \"session\" query parameter." }, { "info": { "name": "Create Chat Message", "type": "http" }, "http": { "method": "POST", "url": "https://api.cubesoftware.com/agents/chat/messages", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a new chat message in a session" }, { "info": { "name": "Retrieve Chat Message", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/agents/chat/messages/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a specific chat message by ID" } ] } ], "bundled": true }