curl "https://api.smartcar.com/v2.0/vehicles" \ -H "Authorization: Bearer {token}" \ -X "GET"
{ "paging": { "count": 25, "offset": 10 }, "vehicles": [ "36ab27d0-fd9d-4455-823a-ce30af709ffc" ] }
Returns a paged list of all vehicles connected to the application for the current authorized user.
user
Max: 50
vehicles
Show child attributes
Was this page helpful?