GET
/api/partner/v1/cars/{carId}/gps/positionCar position
Where one car is right now.
The newest fix of a single car; {carId} may be our id or your own. A car with no device, or one whose device has never reported inside the retention window, answers 404 — never a success with an empty body.
Authorization
X-Api-Key headerSend your partner key on every request. The key is bound to exactly one owner account.
Path parameters
carIdstringpathrequiredResponse
200 · application/jsonsuccessbooleanrequireddataobjectA vehicle's newest fix.
carIdstringexternalCarIdstringnullableplateNumberstringnullableplateStatestringnullabletrackerIdstring <uuid>imeistringnullablesourcestringnullablesourceNamestringnullabletsUtcstring <date-time>When the fix was taken (UTC).
latnumberlonnumberspeedKmhnumberspeedMphnumberheadingDegintegernullableCourse over ground, 0-359°, 0 = north. Null when the feed reports no heading.
ignitionbooleannullableNull when the feed carries no ignition signal.
satellitesintegernullableageSecondsintegerHow old the fix was when you asked.
onlinebooleanThe fix is under 15 minutes old.
errorstringnullableStatus codes
200The car's newest fix.
401Missing, unknown or revoked API key.
404The resource does not exist under this owner.
