Search code examples
nest-api

How to use Nest API version 1.1


Is there a secret to updating a client to use the new API version (1.1 announced today)? My requests (REST) are still returning the version 1 results.


Solution

  • According to the documentation released with the update today: https://developer.nest.com/documentation/cloud/client-version

    You need to:

    1. Visit the Clients page and select the edit gear icon in the client summary
    2. Select [Change permissions] and select [Yes] to confirm the change
    3. Select [Update client]

      That's it, you're done!