This call is currently in BETA. Contact your Technical Account Manager for more information.
Retrieve default privacy mode configurations for all devices in an organization.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Internal server error
curl -i -X GET \ https://api-prod.surfsight.net/v2/organizations/:orgId/privacy-config \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37",
- "data": {
- "gpsTracking": "enabled",
- "liveVideo": "enabled",
- "cabinEvents": "enabled",
- "cabinLensVideo": "enabled",
- "cabinBeepAlerts": "enabled",
- "voiceRecording": "enabled",
- "roadAndAuxEvents": "enabled",
- "roadAndAuxLensVideo": "enabled",
- "accelerationEvents": "enabled",
- "gSensorEvents": "enabled",
- "virtualEvent": "enabled",
- "otherEvents": "enabled"
}
}