Consulta el estado de la API en tiempo real → status.locatebyteli.com
curl --request GET \
--url https://api.locatebyteli.com/devices/{id} \
--header 'Authorization: <authorization>'{
"id": "550e8400-e29b-41d4-a716-446655440000",
"model": "660e8400-e29b-41d4-a716-446655440000",
"alias": "Mi Vehículo",
"properties": { "picture": "url", "plate": "ABC-123" },
"serial": "123456789012",
"imei": "123456789012345",
"iccid": "8931440000000000000",
"state": "stopped",
"location": [19.4326, -99.1332],
"connected": true,
"connected_at": "2026-03-18T10:00:00Z",
"disconnected_at": "2026-03-17T22:00:00Z",
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2026-03-18T10:00:00Z"
}
Obtiene los detalles de un dispositivo específico
curl --request GET \
--url https://api.locatebyteli.com/devices/{id} \
--header 'Authorization: <authorization>'{
"id": "550e8400-e29b-41d4-a716-446655440000",
"model": "660e8400-e29b-41d4-a716-446655440000",
"alias": "Mi Vehículo",
"properties": { "picture": "url", "plate": "ABC-123" },
"serial": "123456789012",
"imei": "123456789012345",
"iccid": "8931440000000000000",
"state": "stopped",
"location": [19.4326, -99.1332],
"connected": true,
"connected_at": "2026-03-18T10:00:00Z",
"disconnected_at": "2026-03-17T22:00:00Z",
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2026-03-18T10:00:00Z"
}
Documentation Index
Fetch the complete documentation index at: https://locatebyteli.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer lbt_•••off, moving, stopped, suspended, unlink, stolen, new[latitud, longitud]{
"id": "550e8400-e29b-41d4-a716-446655440000",
"model": "660e8400-e29b-41d4-a716-446655440000",
"alias": "Mi Vehículo",
"properties": { "picture": "url", "plate": "ABC-123" },
"serial": "123456789012",
"imei": "123456789012345",
"iccid": "8931440000000000000",
"state": "stopped",
"location": [19.4326, -99.1332],
"connected": true,
"connected_at": "2026-03-18T10:00:00Z",
"disconnected_at": "2026-03-17T22:00:00Z",
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2026-03-18T10:00:00Z"
}
"moving", actualiza la ubicación en tiempo real| Código | Descripción |
|---|---|
404 | Dispositivo no encontrado o sin acceso |
504 | Timeout en la consulta |