List
Vehicles
GET
https://owner-api.teslamotors.com/api/1/vehicles
All vehicles for the authenticated user
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer |
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 |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer |
Last updated