{ "opencollection": "1.0.0", "info": { "name": "Guesty Open Calendars Conversations API", "version": "1.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://open-api.guesty.com/communication-conversations" }, "docs": "List conversations" } ] } ], "bundled": true }