Skip to content

List custom detections

Request

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
/v1/controls/customDetections
curl -i -X GET \
  https://api.pushsecurity.com/v1/controls/customDetections \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
resultArray of objects(Custom Detection Summary)

Your organization's custom detections.

Response
{ "result": [ { "detectionEventType": "CUSTOM_TORRENT_WEBSITE_VISIT", "detectionEventName": "Torrent website visit" } ] }