Re-calibrate device

Re-calibrate the device ADAS parameters. The device must be online or in standby mode.

Request
Security:
Request Body schema: application/json
imeis
Array of arrays

Please provide the device imeis for which you want to perform auto recalibration.

Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

500

Internal server error

post/devices/auto-recalibrate
Request samples
application/json
{
  • "imeis": [
    ]
}
Response samples
application/json
{
  • "data": {
    }
}