{ "opencollection": "1.0.0", "info": { "name": "BigPanda Alerts Changes API", "version": "v2" }, "items": [ { "info": { "name": "Changes", "type": "folder" }, "items": [ { "info": { "name": "BigPanda Send Change", "type": "http" }, "http": { "method": "POST", "url": "https://api.bigpanda.io/data/changes", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Ingests a change event (deployment, config change) for alert correlation." } ] } ], "bundled": true }