Consulta el estado de la API en tiempo real → status.locatebyteli.com
curl --request GET \
--url https://api.locatebyteli.com/devices \
--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": "moving",
"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"
}
]
Lista todos los dispositivos accesibles por el usuario autenticado
curl --request GET \
--url https://api.locatebyteli.com/devices \
--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": "moving",
"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": "moving",
"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"
}
]
X-ACT = "shared"), solo devuelve los dispositivos indicados en X-Dev"moving", se obtiene la última ubicación en tiempo real"unlink"| Código | Descripción |
|---|---|
404 | No se encontraron dispositivos |
504 | Timeout en la consulta a la BD |