Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

tesla API: how to generate an access token using the refresh token

This site may earn commission on affiliate links.
Hi Guys,

I need your help, I had created a small application that was using the tesla API to fetch the details from my car and then do some stuff.
till now I was using the "Auth for tesla" app to get the access token eg ("
qts-928368c3b72abcd60c2c60efc442c67f52c1a5af457ec56ee091c9fe55a3f0cf
") and then use it for authentication .

a few days back the token expired and I wanted to update the token, but now the app is just providing the refresh token,

I wanted your help in getting an access token from the refresh token.

thanks