{ "opencollection": "1.0.0", "info": { "name": "Board Foresight API - V1 Alert API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ApiKey", "value": "{{ApiKey}}", "placement": "query" } }, "items": [ { "info": { "name": "Alert", "type": "folder" }, "items": [ { "info": { "name": "GET /alerts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/alerts", "params": [ { "name": "LookbackDays", "value": "", "type": "query" } ] }, "docs": "Retrieves alert history" } ] } ], "bundled": true }