GET
/
vehicles
/
{id}
curl "https://api.smartcar.com/v2.0/vehicles/{id}" \
-H "Authorization: Bearer {token}" \
-X "GET"
{
    "id": "36ab27d0-fd9d-4455-823a-ce30af709ffc",
    "make": "TESLA",
    "model": "Model S",
    "year": "2014"
}

Permission

read_vehicle_info

Request

Path

id
string
required

The vehicle ID of the vehicle you are making a request to.

Response

id
string

The ID for the vehicle.

make
string

The manufacturer of the vehicle.

model
string

The model of the vehicle.

year
integer

The model year.