Returns your organization's custom detections. Each entry includes the detection event type and name only; retrieve a detection individually for its logic and rules.
Security
x-api-key
GET
curl -i -X GET \
https://api.pushsecurity.com/v1/controls/customDetections \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "result": [ { "detectionEventType": "CUSTOM_TORRENT_WEBSITE_VISIT", "detectionEventName": "Torrent website visit" } ] }