{ "opencollection": "1.0.0", "info": { "name": "DataDome Management Account CustomRules API", "version": "1.1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "CustomRules", "type": "folder" }, "items": [ { "info": { "name": "List custom rules", "type": "http" }, "http": { "method": "GET", "url": "https://api-management.datadome.co/1.1/protection/custom-rules" }, "docs": "List custom rules" }, { "info": { "name": "Create custom rule", "type": "http" }, "http": { "method": "POST", "url": "https://api-management.datadome.co/1.1/protection/custom-rules", "body": { "type": "json", "data": "{}" } }, "docs": "Create custom rule" }, { "info": { "name": "Update custom rule", "type": "http" }, "http": { "method": "PUT", "url": "https://api-management.datadome.co/1.1/protection/custom-rules/:customRuleId", "params": [ { "name": "customRuleId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update custom rule" }, { "info": { "name": "Delete custom rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-management.datadome.co/1.1/protection/custom-rules/:customRuleId", "params": [ { "name": "customRuleId", "value": "", "type": "path" } ] }, "docs": "Delete custom rule" } ] } ], "bundled": true }