{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent User API", "version": "1.0.0" }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "GetUserMetricsOverview", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/user/metrics-overview/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetUserMetrics", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/user/metrics/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetUsers", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/user/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }