Webhooks
What can you use webhooks for?
Example webhook data:
{
"date": "2024-05-09",
"time": "16:49:18",
"driver":{
"id": "23421", // Will be empty ("") when the driver is not checked in
"name": "firstName lastName" // Will be empty ("") when the driver is not checked in
},
"vehicleInformation": {
"id": "357336345",
"name": "truck"
},
"carrierId": "4601",
"location": {
"lat": 21.62193461,
"lng": -83.6978393
},
"dutyStatus": "online" // offline, online, standby
}Last updated