GET
/api/partner/v1/bookings/{bookingId}/gps/trackBooking track
The track of one rental.
The fixes the rented car produced inside the rental window. The booking supplies both the car and the period, so no dates are taken — the same attribution the toll side bills from. {bookingId} may be our id or your own.
Authorization
X-Api-Key headerSend your partner key on every request. The key is bound to exactly one owner account.
Path parameters
bookingIdstringpathrequiredOur booking id OR your own external booking id.
Query parameters
pageintegerquery1-based page number.
Default:
1pageSizeintegerqueryRows per page. Capped at 1000.
Default:
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[]errorstringnullableStatus codes
200One page of the rental's track.
401Missing, unknown or revoked API key.
404The resource does not exist under this owner.
