Update device settings

Update the device settings.

Note: PUT calls update data entirely. Any data not mentioned in the call, will be deleted.

Request
Security:
path Parameters
imei
required
string (IMEI)

The IMEI of the device. The IMEI number can be found on a sticker on the device itself or on the back of the device box.

Example: 357660101000198
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

404

Not found error

500

Internal server error

put/devices/{imei}/device-config
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"
}