State And Settings
Work In Progress
Battery Status
GET
https://owner-api.teslamotors.com/api/1/powerwalls/:battery_id/status
Path Parameters
:battery_id
integer
The {battery_id}
from the products list
Headers
Authorization
string
Bearer {access_token}
from authentication
Battery Data
GET
https://owner-api.teslamotors.com/api/1/powerwalls/:battery_id
Path Parameters
:battery_id
integer
The {battery_id}
from the products list
Headers
Authorization
string
Bearer {access_token}
from authentication
Battery Power Time-series Data
GET
https://owner-api.teslamotors.com/api/1/powerwalls/:battery_id/powerhistory
Path Parameters
:battery_id
integer
The {battery_id}
from the products list
Headers
Authorization
string
Bearer {access_token} from authentication
Battery Energy Time-series Data
GET
https://owner-api.teslamotors.com/api/1/powerwalls/:battery_id/energyhistory
Path Parameters
:battery_id
integer
The {battery_id}
from the products list
Headers
Authorization
string
Bearer {access_token} from authentication
Last updated