{ "opencollection": "1.0.0", "info": { "name": "Small Improvements action-item-resource insights-resource API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "insights-resource", "type": "folder" }, "items": [ { "info": { "name": "getInsights", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/meeting-insights", "body": { "type": "json", "data": "{}" } }, "docs": "getInsights" }, { "info": { "name": "triggerCsvDownload", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/meeting-insights/download-csv", "body": { "type": "json", "data": "{}" } }, "docs": "triggerCsvDownload" }, { "info": { "name": "getTeamInsights", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/meeting-insights/team", "body": { "type": "json", "data": "{}" } }, "docs": "getTeamInsights" } ] } ], "bundled": true }