curl --location --request GET '/devices/infections/' \
--header 'Authorization: Bearer <token>'{
"allowlisted": true,
"detection_time": "2021-01-01T00:00:00Z",
"employee_email": "joe.smith@example.com",
"employee_name": "Joe Smith",
"external_id": "19414015",
"high_prevalence": true,
"id": "8CA67511-744C-4D74-B26E-7281CF88712F",
"name": "RIG Exploit Kit Detection",
"risk_factors": [
{
"magnitude": 40,
"type": "sensitive_file"
}
],
"risk_score": 9.2,
"source": "unspecified",
"status": "quarantined",
"type": "unspecified"
}