Skip to content

Tesla Token is an AWS Lambda Function that works with Tesla's v3 Token system to create access and refresh tokens which are valid for 45 days. Shoutout to the developers of tesla-oauth2 who published the first public script (written in Python) that generated access tokens using Tesla's new v3 authentication system.

License

Notifications You must be signed in to change notification settings

dburkland/tesla_token_aws_lambda_function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Introduction

Tesla Token is an AWS Lambda Function that works with Tesla's v3 Token system to create access and refresh tokens which are valid for 45 days. This function is designed for a set of iOS shortcuts however supports any application that can issue REST API calls.

Supported JSON payload

{
  "TESLA_EMAIL": "[email protected]",
  "TESLA_PASSWORD": "password",
  "TESLA_MFA_CODE": "123456"
}

FAQs

  • Where can I learn more about the aforementioned iOS Shortcuts?
    • Please refer to the Tesla iOS Shortcuts README
  • At a high level, how does the Tesla Token API service work?
    • iOS Shortcut -> AWS API Gateway -> AWS Lambda Function -> Tesla API Service

About

Tesla Token is an AWS Lambda Function that works with Tesla's v3 Token system to create access and refresh tokens which are valid for 45 days. Shoutout to the developers of tesla-oauth2 who published the first public script (written in Python) that generated access tokens using Tesla's new v3 authentication system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published