CAN Data
curl https://apiplatform.intellicar.in/api/standard/getlatestcan \
--header 'Content-Type: application/json' \
--data '{"token": "<token>", "vehicleno": "<vehicleno>"}'{
"status": "SUCCESS|FAILURE",
"data": {
"soc": {
"value": "<val>",
"timestamp": "epoch-utc"
},
"battery_temp": {
"value": "<val>",
"timestamp": "epoch-utc"
},
"battery_voltage": {
"value": "<val>",
"timestamp": "epoch-utc"
},
"current": {
"value": "<val>",
"timestamp": "epoch-utc"
}
},
"err": "<err>",
"msg": "<msg>"
}Last CAN Information (Restricted)
Last updated