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 532 forks source link

Step 1: Obtain the login page - _process no longer exist #698

Closed devinzli closed 1 year ago

devinzli commented 1 year ago

It seems like the _process field no longer exist in the html response but there is a correlation_id instead.

timdorr commented 1 year ago

As stated, these fields may change. The important thing is that you gather them all and submit them in to following request:

https://github.com/timdorr/tesla-api/blob/79d6b51edbe400aae3c4814c31fd11856b91d198/docs/api-basics/authentication.md?plain=1#L49