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" }
Returns a single vehicle object, containing identifying information.
read_vehicle_info
Was this page helpful?