# Vehicles Retrieve and manage vehicles associated with customers. Supports bulk creation and individual vehicle lookups. ## Create vehicle(s) - [POST /vehicles](https://developers.myautoleap.com/openapi/vehicles/paths/~1vehicles/post.md): Creates one or more vehicles for the specified customer. Supports bulk creation. ## Get vehicles (list or filtered) - [GET /vehicles](https://developers.myautoleap.com/openapi/vehicles/paths/~1vehicles/get.md) ## Update vehicles (bulk) - [PUT /vehicles](https://developers.myautoleap.com/openapi/vehicles/paths/~1vehicles/put.md) ## Archive vehicles (bulk) — sets vehicleStatus to Inactive - [PATCH /vehicles](https://developers.myautoleap.com/openapi/vehicles/paths/~1vehicles/patch.md) ## Get vehicle by id - [GET /vehicles/{vehicleId}](https://developers.myautoleap.com/openapi/vehicles/paths/~1vehicles~1%7Bvehicleid%7D/get.md)