timdorr / tesla-api

🚘 A Ruby gem and unofficial documentation of Tesla's JSON API for the Model S, 3, X, and Y.
https://tesla-api.timdorr.com/
MIT License
1.99k stars 531 forks source link

Update for new endpoints #7

Closed timdorr closed 8 years ago

timdorr commented 9 years ago

Tesla has moved quite a bit around on the API with the release of 6.0 and the latest apps. There are a couple new endpoints and most have been moved around.

The server has switched to owner-api.teslamotors.com and there is certificate pinning in the apps, making sniffing via proxy more difficult. I may try poking around with APK Studio to see if I can remove the pin or have it trust a different cert.

Changes

Tkizzy commented 9 years ago

Hi - also

https://owner-api.teslamotors.com/api/1/vehicles gives a list of vehicles on the acount as far as I can tell. Empty if there are none yet.

What is the full URL of the vehicle_subscriptions endpoint and what does it do?