# Theft alarm

<pre class="language-json"><code class="lang-json">{
  "version": 2,
  "application_id": "00000000-0000-0000-0000-000000000000",
  "message_id": "5502FFB01650060FA8888E5C3ED46FF2A0E4A49EACF1A92E264CD0C137971B28",
  "vin": "EXV10000000",
  "data": {
    "<a data-footnote-ref href="#user-content-fn-1">theft_alarm</a>": {
      "interior_protection_status": [
        {
          "data": "active",
          "timestamp": "2025-09-23T13:32:42.847Z"
        }
      ],
      "interior_protection_triggered": [
        {
          "data": "triggered",
          "timestamp": "2025-09-23T13:32:42.847Z"
        }
      ],
      "tow_protection_status": [
        {
          "data": "active",
          "timestamp": "2025-09-23T13:32:42.847Z"
        }
      ],
      "tow_protection_triggered": [
        {
          "data": "triggered",
          "timestamp": "2025-09-23T13:32:42.847Z"
        }
      ],
      "status": [
        {
          "data": "unarmed",
          "timestamp": "2025-09-23T13:24:50.787Z"
        }
      ]
    }
  }
}
</code></pre>

[^1]: [Theft alarm specification](https://json-schema.app/view/%23/%23%2Fproperties%2Ftheft_alarm?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhighmobility%2Fopen-api-specifications%2Frefs%2Fheads%2Fmain%2Fjson-schema%2Fauto-api%2F0002%2Fspec.json)
