{ "opencollection": "1.0.0", "info": { "name": "n8n Public Audit Insights API", "version": "1.1.1" }, "request": { "auth": { "type": "apikey", "key": "X-N8N-API-KEY", "value": "{{X-N8N-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Insights", "type": "folder" }, "items": [ { "info": { "name": "Get insights summary", "type": "http" }, "http": { "method": "GET", "url": "https://app.n8n.cloud/api/v1/insights/summary" }, "docs": "Get insights summary" } ] } ], "bundled": true }