Returns a complete status and health update for the engine
GET {{baseUrl}}/vehicles/:vin/engine/status
As status checks are core features of the PM connected car experience, this feature is allowed by default in the customer account settings. However, users do have the option to revoke remote status reporting access to APIs and rely only on the car dashboard indicators. Thus, developers should check for a successful response before continuing with any further workflows.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"coolantTemp":92,"oilPressure":4,"oilTemp":80,"rpm":800,"running":true}