GET
/
{vin}
/
firmware_alerts
Get Firmware Alerts
curl --request GET \
  --url https://api.tessie.com/{vin}/firmware_alerts \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "timestamp": 1726683716,
      "name": "VCFRONT_a361_washerFluidLowMomentary",
      "description": null,
      "recent_fleet_count": 123456
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vin
string
required

The associated VIN.

Response

200 - application/json

Success

The response is of type object.