Permission
read_vin
Request
PathThe vehicle ID of the vehicle you are making a request to.
Response
The manufacturer unique identifier.
curl "https://api.smartcar.com/v2.0/vehicles/{id}/vin" \
-H "Authorization: Bearer {token}" \
-X "GET"
{
"vin": "5YJSA1CN5DFP00101"
}
Returns the vehicle’s manufacturer identifier.
curl "https://api.smartcar.com/v2.0/vehicles/{id}/vin" \
-H "Authorization: Bearer {token}" \
-X "GET"
{
"vin": "5YJSA1CN5DFP00101"
}
read_vin
curl "https://api.smartcar.com/v2.0/vehicles/{id}/vin" \
-H "Authorization: Bearer {token}" \
-X "GET"
{
"vin": "5YJSA1CN5DFP00101"
}
Was this page helpful?