I've been using the TV API at https://webapi.teamviewer.com/api/v1/ for a long time, and it's always been working great.
I only use the "/api/v1/devices" enpoint, and a couple weeks ago it completely stopped updating remote client online states.
The online state of a client is the state at the creation of the API key, after that the state is frozen. Even though I can see the remote computer going online and offline in the console and on the Windows app, but the state never changes in the API.
Is the API broken? This was working fine and was a very useful endpoint to check my remote computer state. Now there is no way to check state programmatically any more.
How can I fix this issue? Why did the API stop working?
Thanks.