/api/partner/v1/violationsList violations
List priced violations for your cars over a period.
Authorization
X-Api-Key headerSend your partner key on every request. The key is bound to exactly one owner account.
Query parameters
fromstringqueryStart of the window (UTC, inclusive). Defaults to 30 days before to.
tostringqueryEnd of the window (UTC, exclusive). Defaults to now.
carIdstringqueryRestrict to one of your cars (our id or your external car id). Omit for the whole fleet over the period — neither form requires a booking or a driver.
bookingIdstringqueryRestrict to ONE booking (our id or your external booking id). The booking defines its own window, so from / to are ignored. Equivalent to GET /bookings/{bookingId}/violations.
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.
itemsViolation[]errorstringnullable