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

Get car

Get one car.

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
dataobject
idstring
externalIdstringnullable

Your own car id

titlestringnullable
carTypeIdstringnullable
carBrandstringnullable
carModelstringnullable
yearinteger
colorstringnullable
interiorColorstringnullable
vinstringnullable
plateNumberstringnullable
plateStatestringnullable
citystringnullable
statestringnullable
zipCodestringnullable
phoneNumberstringnullable
publishedboolean
priceDailynumber
priceWeeklynumber
priceMonthlynumber
priceSecurityDepositnumber
errorstringnullable

Status codes

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