{ "opencollection": "1.0.0", "info": { "name": "Freshchat REST Accounts Conversations API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Conversations", "type": "folder" }, "items": [ { "info": { "name": "createConversation", "type": "http" }, "http": { "method": "POST", "url": "https://{account}.freshchat.com/v2/conversations", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getConversation", "type": "http" }, "http": { "method": "GET", "url": "https://{account}.freshchat.com/v2/conversations/:conversation_id", "params": [ { "name": "conversation_id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateConversation", "type": "http" }, "http": { "method": "PUT", "url": "https://{account}.freshchat.com/v2/conversations/:conversation_id", "params": [ { "name": "conversation_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "listConversationFields", "type": "http" }, "http": { "method": "GET", "url": "https://{account}.freshchat.com/v2/conversations/fields" } } ] } ], "bundled": true }