/api/partner/v1/cars/{carId}/tollsCar tolls by period
List one car's tolls over a period — no booking or driver required.
The booking-less flow: what one plate cost between two dates. Register the car and read this — you do not have to model rentals or drivers with us at all. Agency tolls only: a GPS toll exists solely inside a booking, so it is never part of this answer; use GET /bookings/{bookingId}/tolls or GET /tolls?source=all if you do record bookings.
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.
itemsToll[]errorstringnullable