MyEZToll
GET/api/partner/v1/bookings/{bookingId}/gps/track

Booking 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 header

Send your partner key on every request. The key is bound to exactly one owner account.

Path parameters

bookingIdstringpathrequired

Our booking id OR your own external booking id.

Query parameters

pageintegerquery

1-based page number.

Default: 1
pageSizeintegerquery

Rows per page. Capped at 1000.

Default: 100

Response

200 · application/json
successbooleanrequired
dataobject

The shape of data on every list endpoint. items is added by each list's own schema.

pageintegerrequired

1-based page number you asked for.

pageSizeintegerrequired
totalintegerrequired

Rows in the whole filtered set

hasMorebooleanrequired

Another page is waiting — request page+1.

carIdstring
externalCarIdstringnullable
bookingIdstringnullable

Set on the booking-scoped read.

externalBookingIdstringnullable
plateNumberstringnullable
plateStatestringnullable
trackerIdstring <uuid>
imeistringnullable
sourcestringnullable
sourceNamestringnullable
fromUtcstring <date-time>
toUtcstring <date-time>
itemsGpsTrackPoint[]
errorstringnullable

Status codes

200One page of the rental's track.
401Missing, unknown or revoked API key.
404The resource does not exist under this owner.