{ "opencollection": "1.0.0", "info": { "name": "Tesla Fleet Energy Backup Site Info API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.tesla.com/oauth2/v3/authorize", "accessTokenUrl": "https://auth.tesla.com/oauth2/v3/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Site Info", "type": "folder" }, "items": [ { "info": { "name": "Tesla Get Energy Site Info", "type": "http" }, "http": { "method": "GET", "url": "https://fleet-api.prd.na.vn.cloud.tesla.com/api/1/energy_sites/:site_id/site_info", "params": [ { "name": "site_id", "value": "", "type": "path", "description": "The energy_site_id returned by /products." } ] }, "docs": "Returns static configuration of the energy site — components installed (Powerwall, Solar, Megapack), address, time zone, version, asset registration metadata, and gateway identifiers." } ] } ], "bundled": true }