API Reference
Get New Car by VIN
Retrieves a specific new car from the dealership's inventory by its VIN (Vehicle Identification Number).
Authorization
basic AuthorizationBasic <token>
Basic Authorization header
In: header
Path Parameters
vin*string
The Vehicle Identification Number (VIN) of the car to retrieve.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api-dev.dealerai.dev/api/v1/inventory/new/string"{
"vin": "string",
"stock_number": "string",
"year": 0,
"manufacturer": "string",
"model": "string",
"trim": "string",
"price": 0.1,
"display_price": 0,
"type": "string",
"description": "string",
"options": "string",
"color": "string",
"is_demo": "string",
"is_deleted": true,
"currency_code": "string",
"transmission": "string",
"fuel_type": "string",
"drive_train": "string",
"doors": "string",
"seats": "string",
"engine": "string",
"horse_power": 0,
"torque": 0,
"fuel_economy_city": 0,
"fuel_economy_highway": 0,
"condition": "string",
"image_url": "string",
"image_url_list": "string",
"video_url": "string",
"dealer_id": "string",
"source_id": "string",
"source_system": "string",
"date_created": "2019-08-24T14:15:22Z",
"stock_status": "string",
"monthly_lease_payment": 0,
"monthly_finance_payment": 0
}{
"message": "string",
"details": null
}{
"message": "string",
"details": null
}{
"message": "string",
"details": null
}{
"message": "string",
"details": null
}