{ "opencollection": "1.0.0", "info": { "name": "Armor Webhooks Detections 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": "Detections", "type": "folder" }, "items": [ { "info": { "name": "Get Account Detection Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://webhooks.api.secure-dev.services/security/detection", "headers": [ { "name": "x-account-context", "value": "4" } ] }, "docs": "Gets the detection configuration for the account." }, { "info": { "name": "Create a Detection Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://webhooks.api.secure-dev.services/security/detection", "headers": [ { "name": "x-account-context", "value": "4" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Detection Configuration." }, { "info": { "name": "Update a Detection Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://webhooks.api.secure-dev.services/security/detection/:detection_id", "headers": [ { "name": "x-account-context", "value": "4" } ], "params": [ { "name": "detection_id", "value": "", "type": "path", "description": "The id of the Detection Configuration." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Detection Configuration." }, { "info": { "name": "Delete a Detection Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://webhooks.api.secure-dev.services/security/detection/delete/:detection_id", "headers": [ { "name": "x-account-context", "value": "4" } ], "params": [ { "name": "detection_id", "value": "", "type": "path", "description": "The id of the Detection Configuration." } ] }, "docs": "Delete a Detection Configuration." } ] } ], "bundled": true }