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