MyEZToll
GET/api/partner/v1/bookings/{bookingId}/tolls

Booking tolls

List the priced tolls of one booking.

The tolls of a single rental: the GPS tolls already keyed to that booking, plus the agency tolls its car produced inside the rental window — the same attribution the platform bills from. An agency toll carries no booking id of its own; it belongs to the car, and the rental window is what makes it this booking's.

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

sourcestringquery

Which toll sources to include.

Allowed values:allagencyagentgpsDefault: all
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.

itemsToll[]
errorstringnullable

Status codes

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