cURL
curl --request GET \ --url https://vehicle.api.smartcar.com/v3/vehicles/{vehicleId} \ --header 'Authorization: <authorization>'
{ "id": "<string>", "type": "vehicle", "attributes": { "make": "<string>", "model": "<string>", "year": 123 }, "links": { "self": "<string>" } }
Bearer access token for authentication
List of data associated with the vehicle
The response is of type object.
object
Was this page helpful?