{ "opencollection": "1.0.0", "info": { "name": "Mixpanel Annotations Insights API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Insights", "type": "folder" }, "items": [ { "info": { "name": "Mixpanel Query insights", "type": "http" }, "http": { "method": "GET", "url": "https://mixpanel.com/api/app/insights", "params": [ { "name": "project_id", "value": "", "type": "query", "description": "The Mixpanel project ID" }, { "name": "bookmark_id", "value": "", "type": "query", "description": "ID of a saved report to query" } ] }, "docs": "Query event data with flexible aggregation, filtering, and breakdown capabilities. Returns data suitable for charts and reports." } ] } ], "bundled": true }