📄️ Retrieve an active vehicle (by VIN)
Retrieve an active vehicle by passing in the VIN. If the caller does not have access to the vehicle throws an exception.
📄️ Retrieve an active vehicle (by license and state)
Retrieve an active vehicle by passing in the license plate number and state. If the caller does not have access to the vehicle throws an exception.
📄️ Retrieve a vehicle (by id)
Retrieve a vehicle by passing in the Id. If the caller does not have access to the vehicle throws an exception.
📄️ Retrieve a list of vehicles for a user (by phone)
Retrieve a list of vehicles for a user. The user is identified by the cell phone number of the user and in the format +1CCCBBBAAAA. If the caller does not have access to the user throws an exception.
📄️ Retrieve a list of vehicles for a user (by user id)
Retrieve a list of vehicles for a user. The user is identified by the id. If the caller does not have access to the user throws an exception.