Detections
List the custom detection locations of a zone.
GET/zones/{zone_id}/leaked-credential-checks/detections
Create a custom detection location for a zone.
POST/zones/{zone_id}/leaked-credential-checks/detections
Get a custom detection location of a zone.
GET/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}
Update a custom detection location of a zone.
PUT/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}
Delete a custom detection location from a zone.
DELETE/zones/{zone_id}/leaked-credential-checks/detections/{detection_id}