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

Booking violations

List the violations of one booking.

The citations of a single rental: those already linked to the booking, plus the ones its car collected inside the rental window. A citation with no issue date is deliberately left out — with no date there is nothing tying it to this rental rather than the one before or after it.

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.

itemsViolation[]
errorstringnullable

Status codes

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