List
Vehicles
GET
https://owner-api.teslamotors.com/api/1/vehicles
All vehicles for the authenticated user
Headers
Name
Type
Description
Authorization
string
Bearer {access_token}
response from authentication
Vehicle
GET
https://owner-api.teslamotors.com/api/1/vehicles/:id
A specific vehicle for the authenticated user
Path Parameters
Name
Type
Description
:id
integer
The vehicle {id}
from the vehicle list
Headers
Name
Type
Description
Authorization
string
Bearer {access_token}
response from authentication
Last updated