{ "opencollection": "1.0.0", "info": { "name": "Saasment Alerts Misconfigurations API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Misconfigurations", "type": "folder" }, "items": [ { "info": { "name": "List Misconfigurations", "type": "http" }, "http": { "method": "GET", "url": "https://api.saasment.com/v1/misconfigurations", "params": [ { "name": "severity", "value": "", "type": "query" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "Returns detected security misconfigurations across monitored SaaS applications, with severity, category, and remediation guidance." }, { "info": { "name": "Get Misconfiguration", "type": "http" }, "http": { "method": "GET", "url": "https://api.saasment.com/v1/misconfigurations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns details of a specific misconfiguration including remediation steps." }, { "info": { "name": "Update Misconfiguration Status", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.saasment.com/v1/misconfigurations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the status of a misconfiguration (e.g., mark as resolved or accepted)." } ] } ], "bundled": true }