{ "opencollection": "1.0.0", "info": { "name": "Apinizer Endpoints Monitoring API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Monitoring", "type": "folder" }, "items": [ { "info": { "name": "Get Metrics", "type": "http" }, "http": { "method": "GET", "url": "https://api.apinizer.com/v1/monitoring/metrics", "params": [ { "name": "from", "value": "", "type": "query", "description": "Start of the metrics time range" }, { "name": "to", "value": "", "type": "query", "description": "End of the metrics time range" } ] }, "docs": "Retrieve API usage metrics and monitoring data from the platform." } ] } ], "bundled": true }