Consulta el estado de la API en tiempo real → status.locatebyteli.com
cURL
curl --request GET \ --url https://api.locatebyteli.com/devices/{id}/history/route \ --header 'Authorization: <authorization>'
{ "points": [ { "latitude": 19.4326, "longitude": -99.1332, "speed": 45, "timestamp": 1710756000 }, { "latitude": 19.4330, "longitude": -99.1340, "speed": 50, "timestamp": 1710756060 } ], "stops": [ { "latitude": 19.4350, "longitude": -99.1360, "duration": 1800, "start": 1710757000, "end": 1710758800 } ], "total_distance": 15.5, "total_duration": 3600 }
Obtiene la ruta recorrida por el dispositivo en un rango de tiempo
Bearer lbt_•••
GET /devices/{id}/route
400
404
500