added
New endpoints for controlling the dashcam camera
July 15th, 2025 by Abhay Anumula
The Camera Control Job endpoints allow the Fleet Managers/Fleet Admins to programmatically and remotely turn ON or turn OFF an installed Dashcam of a vehicle.
Since Motive Dashcams record both driver-facing and road-facing views, these controls allow companies to respect the privacy of their drivers during the non-working hours, as well as to follow operational policies, and event-specific needs.
This is facilitated via a control job API, designed for robust integration with modern fleet operations.
Invoke Camera Control Job
- Method: PUT
- Endpoint: https://api.gomotive.com/v1/cameras/{eld_device_id}
- Purpose: Use this endpoint to trigger the job for controlling the camera. Do this by specifying the ID of the vehicle gateway for which the camera needs to be turned ON of OFF.
Verify the camera control status
- Method: GET
- Endpoint: https://api.gomotive.com/v1/cameras/{eld_device_id}/{req_id}
- Purpose:: Use this endpoint to poll for the camera control job status. This endpoint will inform you whether the initial PUT method was a success or not.