Invoke the Camera Control Job

Purpose: 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.

📘

Things to remember

  • This endpoint has a cool-down period for about 60 seconds.
  • Avoid back to back control job requests for the same vehicle within the cool down period.

Rate Limits

  • This endpoint has a limit of 1 request per 60 seconds for the same vehicle.

Response Parameters

req_id

  • Type: String
  • Description: Denotes that a new request has been submitted for invoking the control of the camera.

req_status

  • Type: String
  • Description: Denotes the status of the request. For example: Submitted.

Path Params
int32
required

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

Body Params
string

Specify the state of the camera for the event. Allowed values are, ON or OFF.

Response

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json