{ "opencollection": "1.0.0", "info": { "name": "Incident Management Security Detections Overview API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.armor.com/auth/authorize", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Security Detections Overview", "type": "folder" }, "items": [ { "info": { "name": "Security Detections Overview", "type": "http" }, "http": { "method": "GET", "url": "https://security-detections.api.secure-dev.services/security-detections-overview", "headers": [ { "name": "x-account-context", "value": "4" } ], "params": [ { "name": "filter", "value": "", "type": "query", "description": "OData filter parameter." }, { "name": "search", "value": "", "type": "query", "description": "Search parameter." } ] }, "docs": "Get security detections overview." } ] } ], "bundled": true }