Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The associated VIN.
Query Parameters
Whether to return data in miles or kilometers.
Available options:
mi
, km
Whether to output the results in JSON or CSV.
Available options:
json
, csv
Whether to only include charges from Superchargers.
The latitude of the charging station.
Example:
37.4925
The longitude of the charging station.
Example:
121.9447
The radius from the charging station, in meters.
Example:
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.
Example:
1
The maximum number of results.
Response
200 - application/json
Success