MyEZToll
GET/api/partner/v1/cars/{carId}/transponders

List transponders

List a car's toll transponders.

Authorization

X-Api-Key header

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

Path parameters

carIdstringpathrequired

Response

200 · application/json
successbooleanrequired
dataTransponder[]
idstring <uuid>
tollProviderIdstring <uuid>
transponderNumberstring
ownerTollAccountIdstring <uuid>nullable
isActiveboolean
errorstringnullable

Status codes

200Transponders on the car.
401Missing, unknown or revoked API key.
404The resource does not exist under this owner.