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