Set Vehicle Listening State
Set the listening state for a vehicle.
The listening state controls whether a vehicle can:
- Process incoming data stream messages
- Accept remote commands
- Fetch data from OEM endpoints
Requirements:
- Vehicle must belong to the authenticated organization
- Request will update the vehicle’s desired listening state
If the vehicle is already in the requested listening state, the request is a no-op: no new audit entry is recorded and a 200 response is returned with the current state.
Possible Codes in Error Response (see Errors for error response schema and meaning of codes):
- AUTHENTICATION_ERROR
- REQUEST_VALIDATION_ERROR
- RESOURCE_NOT_FOUND
- SERVER_ERROR
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique internal identifier for the vehicle.
Body
Indicates whether the vehicle should be marked as listening for data.
Response
The vehicle is already in the requested listening state; no change was made.

