{ "opencollection": "1.0.0", "info": { "name": "ReasonBlocks Billing Monitors API", "version": "0.1.0" }, "items": [ { "info": { "name": "Monitors", "type": "folder" }, "items": [ { "info": { "name": "Evaluate Monitors", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/monitors/evaluate", "params": [ { "name": "token", "value": "", "type": "query", "description": "API key (EventSource fallback)" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Evaluate Monitors" } ] } ], "bundled": true }