🚴‍♂️ Jepster Bike Tracker

Live location tracking for cyclist safety

System Time (UTC)

Current UTC time: 2026-01-22T13:47:33.941591

All session times are stored and displayed in UTC

🔐 API Authentication

Protected endpoints require X-API-Key header

Public viewing endpoints (track pages) do not require authentication

API Endpoints

POST /api/start-session - Start tracking (requires API key)

POST /api/update-location - Send location (requires API key)

GET /api/get-locations/<token> - Get locations (public)

GET /track/<token> - View tracking map (public)

GET /health - Health check (public)