{ "opencollection": "1.0.0", "info": { "name": "TIBCO BusinessEvents Agents Scorecards API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Scorecards", "type": "folder" }, "items": [ { "info": { "name": "List scorecards", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/scorecards" }, "docs": "Retrieve all metric scorecards for monitoring rule performance." } ] } ], "bundled": true }