/api/partner/v1/cars/{carId}/gps/trackCar track
The raw fixes one car produced over a period.
Every fix inside the window, oldest first — the track you draw on a map. The period defaults to the last 24 hours and is capped at 31 days, because raw positions are purged on a rolling 30-day retention. Vehicle identity is carried once by the page, not repeated on every point.
Authorization
X-Api-Key headerSend your partner key on every request. The key is bound to exactly one owner account.
Path parameters
carIdstringpathrequiredQuery parameters
fromstringqueryStart of the window (UTC, inclusive). Defaults to 30 days before to.
tostringqueryEnd of the window (UTC, exclusive). Defaults to now.
pageintegerquery1-based page number.
1pageSizeintegerqueryRows per page. Capped at 1000.
100Response
200 · application/jsonsuccessbooleanrequireddataobjectThe shape of data on every list endpoint. items is added by each list's own schema.
pageintegerrequired1-based page number you asked for.
pageSizeintegerrequiredtotalintegerrequiredRows in the whole filtered set
hasMorebooleanrequiredAnother page is waiting — request page+1.
carIdstringexternalCarIdstringnullablebookingIdstringnullableSet on the booking-scoped read.
externalBookingIdstringnullableplateNumberstringnullableplateStatestringnullabletrackerIdstring <uuid>imeistringnullablesourcestringnullablesourceNamestringnullablefromUtcstring <date-time>toUtcstring <date-time>itemsGpsTrackPoint[]errorstringnullable