{ "opencollection": "1.0.0", "info": { "name": "Freshchat REST Accounts API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "getAccountConfiguration", "type": "http" }, "http": { "method": "GET", "url": "https://{account}.freshchat.com/v2/accounts/configuration" } } ] } ], "bundled": true }