Tesla API
  • Tesla API
  • Authentication
    • OAuth
    • User
  • Products
    • List
  • Vehicles
    • List
    • State And Settings
    • Commands
  • Powerwalls
    • State And Settings
    • Commands
  • Energy Sites
    • State And Settings
    • Commands
  • Preferences
    • Device
    • Subscriptions
    • Notifications
  • Logs
    • Diagnostics
    • Logs
  • Codes
    • Model S Options
    • Model X Options
Powered by GitBook
On this page
  • Powerwall Order Entry Data
  • Onboarding Data
  • Referral Data
  • Send Device Key
  • Command Token
  1. Authentication

User

Powerwall Order Entry Data

GET https://owner-api.teslamotors.com/api/1/users/powerwall_order_entry_data

Information about powerwall orders

Path Parameters

Name
Type
Description

Authorization

string

Bearer {access_token} from authorization

Onboarding Data

GET https://owner-api.teslamotors.com/api/1/users/onboarding_data

Headers

Name
Type
Description

Authorization

string

Bearer {access_token} from authorization

Referral Data

GET https://owner-api.teslamotors.com/api/1/users/referral_data

Referral data information

Headers

Name
Type
Description

Authorization

string

Bearer {access_token} from authorization

{
  "response": {
    "feature_enabled": false
  }
}

Send Device Key

POST https://owner-api.teslamotors.com/api/1/users/keys

Headers

Name
Type
Description

Authorization

string

Bearer {access_token} from authorization

Command Token

POST https://owner-api.teslamotors.com/api/1/users/command_token

Headers

Name
Type
Description

Authorization

string

Bearer {access_token} from authorization

PreviousOAuthNextList

Last updated 5 years ago