vehicle_id
vs id
id
and vehicle_id
of the car. The id
field is an identifier for the car on the owner-api endpoint. The vehicle_id
field is for identifying the car across different endpoints, such as the streaming or Autopark APIs.id
field. If your JSON parser doesn't support large numbers (>32 bit), then you can use the id_s
field for a string version of the ID./api/1/vehicles
/api/1/vehicles/{id}
id
12345678901234567
id
of the car. (Not the vehicle_id
!)