shauntarves/wyze-sdk

Hello from Wyze and there some changes we want to keep you posted

Opened this issue · 2 comments

I’m an engineer at Wyze, and I wanted to inform you about some important updates to our Wyze Login API that may affect the this project. As detailed in our recent forum post (Important Wyze App Information - 4/26/24), we will soon be shutting down the v2 and v3 APIs.

We encourage developers to transition to our supported Developer API for login processes which this project already supports. This change will ensure continued compatibility and enhance the security of integrations.

We appreciate the effort you have put into supporting Wyze and our ecosystem through your project. If you have any questions or need further details about the Developer API and how to transition, please feel free to reach out.

Thank you for your understanding and support.

Hi @xcz011,

Thank you for the information. Can you please provide some more details? Does this just affect the login API or does it affect every existing API that powers the various Wyze apps?

A brief summary of the steps I'll need to follow would be really appreciated.

@shauntarves
This is only impact login api.
I think you already implemented the way it should which using api/user/login and only thing I noticed is TOTP won't be in response of this api since this api require keyID and api key. Only v2 and v3 login api return MFA info if use turn on which it seems you already updated before.

Thanks again!