GET
/
vehicles
/
{id}
/
vin
curl "https://api.smartcar.com/v2.0/vehicles/{id}/vin" \
-H "Authorization: Bearer {token}" \
-X "GET"
{
  "vin": "5YJSA1CN5DFP00101"
}

Permission

read_vin

Request

Path

id
string
required

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

Response

vin
string

The manufacturer unique identifier.