Check the status of bulk onboarding vehicles by CSV, and return a big chunk of json response of the status

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

API Details

Parameters

Responses

Success Response

{
  "total": 7,
  "failure_cars": [
    {
      "vin": "1G1JC5SH8C4100000",
      "error": "Error: Invalid VIN: 1"
    }
  ],
  "success_cars": [
    {
      "id": 138,
      "vin": "1G1JC5SH8C4100000",
      "model_number": "8K252A",
      "model_year": 2012,
      "license": "TWW1232",
      "license_state": "CA",
      "stock_number": 123456,
      "color": "black",
      "year": 2012
    }
  ]
}

Error Responses

Example Request Using cURL

curl --request GET \
     --url https://api.dealerware.com/admin/dealerships/id/uploads/statuses \
     --header 'accept: application/json'