{ "opencollection": "1.0.0", "info": { "name": "Eppo Cloud REST Allocations Metrics API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Eppo-Token", "value": "{{X-Eppo-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "List metrics", "type": "http" }, "http": { "method": "GET", "url": "https://eppo.cloud/api/v1/metrics" }, "docs": "List metrics" }, { "info": { "name": "Create a metric definition", "type": "http" }, "http": { "method": "POST", "url": "https://eppo.cloud/api/v1/metrics", "body": { "type": "json", "data": "{}" } }, "docs": "Create a metric definition" } ] } ], "bundled": true }