Update default device settings

Update the default device settings for all devices in an organization. These settings apply to all devices currently in the organization and any devices added in the future.

Request
Security:
path Parameters
orgId
required
string

The ID of the organization. Obtain this from GET /organizations.

Example: 62
Request Body schema: application/json
object

The road-facing ADAS calibration status.

object

Distracted driver alerts

object

Live video streaming

object

In-cab lens

object

Text overlay for recordings

object

In-cab recording.

object

Side of driver seat

object

Speed units

object

Audio alerts

object

Live video streaming notification

object

Admin PIN

object

Driver PIN

object

Screen brightness

object

Date and time units

object

Audio recording

object

Standby

object

Internet access

object

Recording encryption

object

Privacy settings

object

Driver identification code

object

QR code driver identification

object

Driver idenfication with qrDi or pinCodeDi is enabled

object

When virtual ignition is enabled, the device enters and exits standby mode based on motion. When disabled, the device enters and exits standby mode based on the vehicle ignition.

object

Screen timeout

object

Passenger Limit

object

The message to inform the driver they are being recorded, after the device wakes up.

object

Enable LED functionality for AI-14 devices. This feature is available for AI-14 devices with firmware 14.2.111 or above.

Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

500

Internal server error

post/organizations/{orgId}/device-settings
Request samples
application/json
{
  • "adas": {
    },
  • "distractedDriver": {
    },
  • "liveVideo": {
    },
  • "driverCamera": {
    },
  • "textOverlay": {
    },
  • "inCabinCameraRecording": {
    },
  • "driverPosition": {
    },
  • "speedUnits": {
    },
  • "audioAlarms": {
    },
  • "notifyLiveStreaming": {
    },
  • "adminPin": {
    },
  • "driverPin": {
    },
  • "brightness": {
    },
  • "dateTimeUnits": {
    },
  • "voiceRecording": {
    },
  • "standby": {
    },
  • "hotSpot": {
    },
  • "recordingEncryption": {
    },
  • "privacy": {
    },
  • "pinCodeDi": {
    },
  • "qrDi": {
    },
  • "driverIdentification": {
    },
  • "virtualIgnition": {
    },
  • "screenTimeout": {
    },
  • "passengerLimit": {
    },
  • "wakeupMsg": {
    },
  • "ledEnabled": {
    }
}
Response samples
application/json
{
  • "requestId": "df5fg-45fgfdsg-45fg-45454"
}