{ "opencollection": "1.0.0", "info": { "name": "CometChat REST Management Auth Tokens Conversations API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Conversations", "type": "folder" }, "items": [ { "info": { "name": "List conversations", "type": "http" }, "http": { "method": "GET", "url": "https://{appId}.api-{region}.cometchat.io/v3/conversations", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" }, { "name": "conversationType", "value": "", "type": "query" } ] }, "docs": "List conversations" }, { "info": { "name": "Get a conversation", "type": "http" }, "http": { "method": "GET", "url": "https://{appId}.api-{region}.cometchat.io/v3/conversations/:conversationId", "params": [ { "name": "conversationId", "value": "", "type": "path" }, { "name": "conversationType", "value": "", "type": "query" } ] }, "docs": "Get a conversation" } ] } ], "bundled": true }