Get vehicle power status
GET/v1/vehicles/:vehicleId/power/status
Returns the vehicle's most recently reported power state and any pending power command.
Request
Responses
- 200
- 401
- 403
- 404
- 500
- 502
- 503
- 504
The vehicle's most recently reported power state.
The request is missing a bearer token, or the token is invalid.
The bearer token does not grant access to this operation or vehicle.
The vehicle was not found, is not available to this API client, or does not support power control.
Polymath could not complete the request because of an unexpected error.
Polymath could not complete the request because another service failed.
The requested operation is temporarily unavailable.
Polymath did not receive a response in time.