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
The IANA timezone name.
The start of the timeframe. Unix timestamp in seconds.
The end of the timeframe. Unix timestamp in seconds.
The latitude of the parking spot.
Example:
37.4925
The longitude of the parking spot.
Example:
121.9447
The radius from the parking spot, in meters.
Example:
80
Whether to include the parking spot.
The maximum number of results.
Response
200 - application/json
Success