{ "opencollection": "1.0.0", "info": { "name": "Amazon Fraud Detector Detectors API", "version": "2019-11-15" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Detectors", "type": "folder" }, "items": [ { "info": { "name": "Get Detectors", "type": "http" }, "http": { "method": "POST", "url": "https://frauddetector.{region}.amazonaws.com/detectors", "body": { "type": "json", "data": "{}" } }, "docs": "Gets all detectors or a single detector if a detectorId is specified." }, { "info": { "name": "Put Detector", "type": "http" }, "http": { "method": "PUT", "url": "https://frauddetector.{region}.amazonaws.com/detectors", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a detector." }, { "info": { "name": "Delete Detector", "type": "http" }, "http": { "method": "DELETE", "url": "https://frauddetector.{region}.amazonaws.com/detectors/:detectorId", "params": [ { "name": "detectorId", "value": "", "type": "path", "description": "The ID of the detector to delete." } ] }, "docs": "Deletes the detector. Before deleting a detector, you must first delete all detector versions and rule versions associated with the detector." } ] } ], "bundled": true }