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

Missing API key-value pair?

This site may earn commission on affiliate links.
I have a 2017 Model S and I'm curious about the uncorking option on my 75D. When I make the API call to try to find `perf_config` that key/value pair seems to be missing.

Code:
{
    "response": {
        "api_version": 3,
        "autopark_state": "standby",
        "autopark_state_v2": "standby",
        "autopark_style": "standard",
        "calendar_supported": true,
        "car_version": "2018.12 5eadc71",
        "center_display_state": 0,
        "df": 0,
        "dr": 0,
        "ft": 0,
        "homelink_nearby": true,
        "last_autopark_error": "no_error",
        "locked": true,
        "notifications_supported": true,
        "odometer": 3263.832182,
        "parsed_calendar_supported": true,
        "pf": 0,
        "pr": 0,
        "remote_start": false,
        "remote_start_supported": true,
        "rt": 0,
        "sun_roof_percent_open": 0,
        "sun_roof_state": "unknown",
        "timestamp": 1524446805170,
        "valet_mode": false,
        "vehicle_name": "Polaris"
    }
}

Is this because my car is already uncorked? Is it not available? What am I missing?
 
Perf has moved from vehicle_state to vehicle_config... try there.

Code:
$ curl --header "Authorization:Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" https://owner-api.teslamotors.com/api/1/vehicles/xxxxxxxxxxxxxxxx/data_request/vehicle_config
 
  • Like
Reactions: hobapolis