List vehicles
GET/v1/vehicles
Lists the vehicles your API client can access and shows whether each vehicle is connected to the Polymath VPN.
Responses
- 200
- 401
- 403
- 500
The vehicles your API client can access.
The request is missing a bearer token, or the token is invalid.
The bearer token does not grant access to this operation or vehicle.
Polymath could not complete the request because of an unexpected error.