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

Search results

  1. K

    Model S REST API

    Wow, crazy, thanks for the python code....As it turns out, I was using Postman (a Chrome Plugin) to execute the request for vehicle lists. For some reason, when doing so the ID of the vehicle that comes back in the payload is completely different then what is returned from python or curl, for...
  2. K

    Model S REST API

    I'd be interested in hearing if anyone is having any luck with the new API locations....I can get a vehicle list, but any kind of data request, such as: curl -H "Authorization: Bearer [my bearer token]" -H "Content-Type: application/json" -i...
  3. K

    Model S REST API

    New APIs returning all 404s? Most of these endpoints are returning 404 for me now....For instance: https://owner-api.teslamotors.com/api/1/vehicles/[my vehicle id]/data_request/wake_up I was wondering if anyone else is able to hit these endpoints and get data?