{ "opencollection": "1.0.0", "info": { "name": "Opik REST Alerts API", "version": "1.0.0" }, "items": [ { "info": { "name": "Alerts", "type": "folder" }, "items": [ { "info": { "name": "Find alerts", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:5173/api/v1/private/alerts", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" }, { "name": "sorting", "value": "", "type": "query" }, { "name": "filters", "value": "", "type": "query" } ] }, "docs": "Find alerts" }, { "info": { "name": "Create alert", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5173/api/v1/private/alerts", "body": { "type": "json", "data": "{}" } }, "docs": "Create alert" }, { "info": { "name": "Delete alert batch", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5173/api/v1/private/alerts/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Delete multiple alerts by their IDs" }, { "info": { "name": "Get Alert by id", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:5173/api/v1/private/alerts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Alert by id" }, { "info": { "name": "Update alert", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:5173/api/v1/private/alerts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update alert" }, { "info": { "name": "Get webhook payload examples", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:5173/api/v1/private/alerts/webhooks/examples", "params": [ { "name": "alert_type", "value": "", "type": "query" } ] }, "docs": "Get webhook payload examples for all alert event types, optionally filtered by alert type" }, { "info": { "name": "Test alert webhook", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5173/api/v1/private/alerts/webhooks/tests", "body": { "type": "json", "data": "{}" } }, "docs": "Test alert webhook" } ] } ], "bundled": true }