MQTT V2
Use the Enterprise MQTT broker to subscribe and stream live vehicle data updates over MQTT
Topic and message structure
{
"version": 2,
"application_id": "00000000-0000-0000-0000-000000000000",
"message_id": "4F02FFB01650060FA8888E5C3ED46FF2A0E4A49EACF1A92E264CD0C137971B28",
"vin": "EXV10000000",
"data": {
"diagnostics": {
"odometer": [
{
"data": {
"unit": "kilometers",
"value": 19201.01
}
}
]
},
"vehicle_location": {
"altitude": [
{
"data": {
"unit": "meters",
"value": 63
},
"timestamp": "2025-08-12T16:07:48.000Z"
}
],
"coordinates": [
{
"data": {
"latitude": 11.572,
"longitude": 8.487
},
"timestamp": "2025-08-12T16:07:48.000Z"
}
]
}
}
}Message
Authentication

Connect
Subscribe
Last updated
Was this helpful?

