{ "opencollection": "1.0.0", "info": { "name": "Portkey AI Gateway Analytics API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-portkey-api-key", "value": "{{x-portkey-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Analytics", "type": "folder" }, "items": [ { "info": { "name": "Time-series analytics data", "type": "http" }, "http": { "method": "GET", "url": "https://api.portkey.ai/v1/analytics/graphs/" }, "docs": "Time-series analytics data" }, { "info": { "name": "Grouped analytics data", "type": "http" }, "http": { "method": "GET", "url": "https://api.portkey.ai/v1/analytics/groups/" }, "docs": "Grouped analytics data" } ] } ], "bundled": true }