Consulta el estado de la API en tiempo real → status.locatebyteli.com
cURL
curl --request POST \ --url https://api.locatebyteli.com/devices/share \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "devices": [ "<string>" ], "ttl": 123 } '
{ "id": "550e8400-e29b-41d4-a716-446655440000", "token": "a1b2c3d4e5f6", "devices": ["770e8400-e29b-41d4-a716-446655440000", "880e8400-e29b-41d4-a716-446655440000"], "expires_at": "2026-03-18T11:00:00Z", "original_url": "https://app.locatebyteli.com/share?token=eyJhbGciOiJIUzI1NiJ9...", "short_url": "https://locate.link/abc123" }
Crea un nuevo enlace de compartición para uno o más dispositivos
Bearer lbt_•••
now + ttl
400
404
500