Returns the charges for a vehicle.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The associated VIN.
Whether to return data in miles or kilometers.
mi
, km
Whether to output the results in JSON or CSV.
json
, csv
Whether to only include charges from Superchargers.
The latitude of the charging station.
37.4925
The longitude of the charging station.
121.9447
The radius from the charging station, in meters.
80
Whether to exclude the charging station.
The IANA timezone name.
The start of the timeframe. Unix timestamp in seconds.
The end of the timeframe. Unix timestamp in seconds.
The minimum energy added to the battery, in kWh.
1
The maximum number of results.
Success