Skip to main content
WEBHOOK
onAlert
{
  "title": "<string>",
  "message": {
    "vehicleId": 123,
    "vehicleName": "<string>",
    "position": {
      "lat": 123,
      "lng": 123
    },
    "direction": 123,
    "alertUserSettings": {
      "timezone": "<string>",
      "dateFormat": "<string>",
      "distanceUnit": 123
    },
    "alertSentOn": "2023-11-07T05:31:56Z",
    "address": {
      "country": "<string>",
      "countryCode": "<string>",
      "state": "<string>",
      "stateCode": "<string>",
      "city": "<string>",
      "suburb": "<string>",
      "street": "<string>",
      "building": "<unknown>",
      "postalCode": "<unknown>"
    },
    "addressString": "<string>",
    "doorUnlockedDuration": "<string>",
    "doorUnlockedAlertThreshold": "<string>",
    "dtc": "<string>",
    "drivingTime": "<string>",
    "maxDrivingTime": "<string>",
    "geofenceName": "<string>",
    "isExit": true,
    "speed": 123,
    "maxSpeed": 123,
    "idleTime": "<string>",
    "maxIdleTime": "<string>",
    "isStarted": true,
    "voltage": 123,
    "lowBatteryVoltageAlertThreshold": 123,
    "distance": 123,
    "maxDistance": 123,
    "speedLimit": 123,
    "tirePressures": [
      123
    ],
    "tirePressureAlertThreshold": 123
  }
}

Body

application/json
title
string
message
object

Response

200

Webhook received successfully