Build integrations with Lucid ELD.
Real-time location, Hours of Service, and six months of GPS history — from one REST API. Two static headers, no token refresh, no per-carrier setup.
Building an integration? Start with the Quickstart. A carrier sharing access with your software vendor? Use the Carrier API Key Guide.
What you can build
4 surfaces today, 2 on the roadmap.
Real-time GPS
Vehicle location, speed, heading, and motion status — updated roughly every 60 seconds while in motion. Across the entire fleet.
HOS Status
Break, drive, shift, and cycle remaining in milliseconds, plus the driver’s current duty status.
Historical Trails
Up to six months of GPS breadcrumbs. Token-paginated for any date range you query.
Two-key Auth
Provider Key plus Company Key. No bearer tokens, no refresh logic, no OAuth dance.
Cameras
Dashcam streams, event clips, and DVR retrieval. Integrate fleet video alongside telemetry.
Assets
Trailers, containers, and unpowered equipment. Tag, track, and pair with vehicles.
API Endpoints
8 read-only endpoints across 3 resources.
Company
1Drivers
3Vehicles
4/v2/vehiclesList Vehicles
Paginated list of all vehicles. Filter by active / inactive.
/v2/vehicle/{vehicle_id}Get Vehicle by ID
Single vehicle (number, VIN, active) by UUID.
/v2/latest-vehicle-statusLatest Vehicle Status
Most recent location, speed, heading, motion status.
/v2/vehicle-location-history/{vehicle_id}Vehicle Location History
Up to 6 months of GPS breadcrumbs. Token-paginated.