Privacy Protect
Detailed reference for Privacy Protect scans and Neighborhood Watch data endpoints.
Endpoint Reference
GET /idp/array/users/me/scans
GET /idp/array/users/me/scans[
{
"id": "scan-123abc",
"customerId": "customer-456def",
"enrollmentId": "enrollment-789ghi",
"brokerCount": 25,
"brokerIds": ["broker1", "broker2"],
"realtime": true,
"scanType": "full",
"status": "completed",
"createdAt": "2024-01-01T00:00:00Z",
"modifiedAt": "2024-01-02T00:00:00Z",
"startedAt": "2024-01-01T01:00:00Z",
"stoppedAt": "2024-01-01T05:00:00Z"
}
]GET /idp/array/users/me/scans/progress
GET /idp/array/users/me/scans/progressGET /idp/array/users/me/nhw/alerts
GET /idp/array/users/me/nhw/alertsGET /idp/array/users/me/nhw/watches
GET /idp/array/users/me/nhw/watchesLast updated