Skip to content

Vehicle Health

Trouble Code

vehicle_trouble_code
json
{
    "event": "vehicle_trouble_code",
    "id": "bQ6mmoKZRPALE6PgYwkhHP",
    "key": "agpzfnp1YmllLXFhciPLEgVFdmGudCIWZ1E2bW1vS1pSU0FTRPZIZ1l3a2hQPOm",
    "user_id": "vxXDeLFxMPHEUfNcG8BmLB",
    "account_id": "CrTLZuPfq8T4SG4UKWKqKV",
    "user_key": "sample-user-key",
    "timestamp": "2019-09-27T14:00:00-04:00",
    "account_key": "sample_account_key",
    "trouble_code": {
        "code": "P0900",
        "description": "Clutch Actuator Circuit/Open",
        "repair_cost_low": null,
        "repair_cost_high": null,
        "detailed_description": "The Clutch locks the transmission and engine together. On some vehicles the clutch is electronically controlled by the Transmission Control Module (TCM). If the clutch does not operate as requested, code P0900 will be set.",
        "severity": 1
    },
    "car": {
        "id": "uZzLznvZLk8",
        "key": "sample_car_key",
        "vin": "5FNRL38249B044393",
        "nickname": "HO787189",
        "latitude": 32.8544866667,
        "longitude": -79.7709333333,
        "battery_level": 11.8,
        "fuel_level": 18,
        "odometer": 6635.983506323073,
        "odometer_timestamp": "2026-01-01T14:19:51.318000+00:00",
        "battery_charge_level": null,
        "fuel_level": 100,
        "motion_status": "moving",
        "heading": null,
        "speed": 78.52451682176093,
        "range_remaining_miles": 19.0
    }
    "details": {},
}

Trouble Code Cleared

vehicle_trouble_code_cleared
json
{
    "event": "vehicle_trouble_code_cleared",
    "id": "bQ6mmoKZRPALE6PgYwkhHP",
    "key": "agpzfnp1YmllLXFhciPLEgVFdmGudCIWZ1E2bW1vS1pSU0FTRPZIZ1l3a2hQPOm",
    "user_id": "vxXDeLFxMPHEUfNcG8BmLB",
    "account_id": "CrTLZuPfq8T4SG4UKWKqKV",
    "user_key": "sample-user-key",
    "timestamp": "2019-09-27T15:00:00-04:00",
    "account_key": "sample_account_key",
    "trouble_code": {
        "code": "P0900",
        "description": "Clutch Actuator Circuit/Open",
        "repair_cost_low": null,
        "repair_cost_high": null,
        "detailed_description": "The Clutch locks the transmission and engine together. On some vehicles the clutch is electronically controlled by the Transmission Control Module (TCM). If the clutch does not operate as requested, code P0900 will be set.",
        "severity": 1
    },
    "car": {
        "id": "uZzLznvZLk8",
        "key": "sample_car_key",
        "vin": "5FNRL38249B044393",
        "nickname": "HO787189",
        "latitude": 32.8544866667,
        "longitude": -79.7709333333,
        "battery_level": 11.8,
        "fuel_level": 18,
        "odometer": 6635.983506323073,
        "odometer_timestamp": "2026-01-01T14:19:51.318000+00:00",
        "battery_charge_level": null,
        "fuel_level": 100,
        "motion_status": "moving",
        "heading": null,
        "speed": 78.52451682176093,
        "range_remaining_miles": 19.0
    }
}

Low Battery

vehicle_low_battery
json
{
    "user_id": "vxXDeLFxMPHEUfNcG8BmLB",
    "account_id": "CrTLZuPfq8T4SG4UKWKqKV",
    "user_key": "sample_user_key",
    "account_key": "sample_account_key",
    "event": "vehicle_low_battery",
    "timestamp": "2019-02-20T05:59:35-05:00",
    "vehicle": {
        "battery_level": 9.3,
        "fuel_level": 4,
        "key": "sample_vehicle_key",
        "nickname": "Pearl",
        "vehicle_location": {
            "point": {
                "lat": 32.882843,
                "lon": -80.036172
            }
        },
        "vin": "JM3TCADY5G0107976"
    }
}

Low Fuel

vehicle_fuel_low
json
{
    "user_id": "vxXDeLFxMPHEUfNcG8BmLB",
    "account_id": "CrTLZuPfq8T4SG4UKWKqKV",
    "car": {
        "battery_level": 11.8,
        "vin": "5FNRL38249B044393",
        "longitude": -79.7709333333,
        "key": "sample_car_key",
        "latitude": 32.8544866667,
        "fuel_level": 18,
        "nickname": "HO787189",
        "id": "uZzLznvZLk8"
    },
    "user_key": "sample_user_key",
    "timestamp": "2019-09-27T13:35:35-04:00",
    "event": "vehicle_fuel_low",
    "account_key": "sample_account_key"
}

Maintenance Reminder

vehicle_maintenance
json
{
    "event": "vehicle_maintenance",
    "id": "8ZGwUTsMPoSVEMvbPcxUBx",
    "kind": "VehicleMaintenanceEvent",
    "timestamp": "2019-12-10 15:00:01",
    "timestamp_offset": 0,
    "car": {
        "battery_level": 12.4,
        "fuel_level": 80,
        "id": "Ry2RhXHszGu",
        "key": "sample_car_key",
        "nickname": "2010 Mercedes-Benz E-Class",
        "vin": "WDDHF8HB0AA115852"
    },
    "maintenance": {
        "description": "Keep your oil fresh for a healthy engine.",
        "id": "9fp553DVRNf",
        "key": "sample_maintenance_event_key",
        "next_service_date": 2015-12-10,
        "next_service_miles": null,
        "summary": "Oil Change"
    },
    "timestamp": "2019-12-10T15:00:01+00:00"
}