v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

Poll the status of the camera control job

get/v1/cameras/{eld_device_id}/{req_id}

Path parameters

eld_device_idinteger required

Specify the ID of the Vehicle Gateway or the dashcam that you want to enable or disable.

req_idinteger required

Specify the ID of the request that you want to poll.

Response

200

req_idstring
req_statusstring

Example response

{
  "req_id": "uuid-1234",
  "req_status": "Succeeded"
}