post
https://api.gomotive.com/v1/engine_immobilizers//activate
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Purpose: Enables the vehicle engine immobilizer.
NOTE
- Use standard Public API authentication with a company API key or OAuth.
- When scopes are configured for the calling key or application, activate and deactivate require engine_immobilizers.manage; status requires engine_immobilizers.read.
- The API is available only when the company-scoped feature flag dve-engine-immobilizers-public-api-enabled is enabled. When disabled, the API returns HTTP 404.
- Routes use vehicle_id rather than the internal engine immobilizer ID. This remains valid across an engine immobilizer hardware swap on the same vehicle.
Response Parameters
engine_immobilizer
- Type: Object
- Description: Contains the details of the engine immobilizer.
engine_immobilizer.id
- Type: Integer
- Description: Unique identifier for the engine immobilizer device or record.
engine_immobilizer.vehicle_id
- Type: Integer
- Description: Unique identifier for the vehicle associated with the engine immobilizer.
engine_immobilizer.installation_status
- Type: String
- Description: Current installation status of the immobilizer (e.g.,
installed).
engine_immobilizer.connection_status
- Type: String
- Description: Connectivity status of the immobilizer unit (e.g.,
connected).
engine_immobilizer.mobility_status
- Type: String
- Description: Current mobility state of the vehicle (e.g.,
mobilized).
engine_immobilizer.jamming_immobilization_enabled
- Type: Boolean
- Description: Indicates whether automated immobilization upon signal jamming detection is enabled.
engine_immobilizer.last_command
- Type: String
- Description: The most recent command sent to the immobilizer (e.g.,
immobilize).
engine_immobilizer.last_command_sent_at
- Type: String (Date-Time)
- Description: ISO 8601 timestamp when the last command was transmitted.
