{ "opencollection": "1.0.0", "info": { "name": "SaaS Alerts Events API", "version": "0.20.0" }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List Security Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.saasalerts.com/reports/events", "params": [ { "name": "eventType", "value": "", "type": "query", "description": "Filter by event type" }, { "name": "alertStatus", "value": "", "type": "query", "description": "Filter by alert severity" }, { "name": "startDate", "value": "", "type": "query", "description": "Filter events from this date (ISO 8601 format)" }, { "name": "endDate", "value": "", "type": "query", "description": "Filter events up to this date (ISO 8601 format)" }, { "name": "customerId", "value": "", "type": "query", "description": "Filter by MSP customer/tenant identifier" }, { "name": "application", "value": "", "type": "query", "description": "Filter by monitored SaaS application" }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of events per page (max 100)" }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Returns a list of security events detected across monitored SaaS applications. Supports filtering by event type, application, customer, date range, and severity." }, { "info": { "name": "Query Security Events", "type": "http" }, "http": { "method": "POST", "url": "https://api.saasalerts.com/reports/event/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Executes a structured JSON query against the SaaS Alerts event data indexes. Supports complex filtering with multiple conditions, date ranges, event types, and severity levels. Returns matching events in JSON format." } ] } ], "bundled": true }