Hi,
We have been using the API without any issues for some time.
Today I checked and got error 404 for this API:
https://webapi.teamviewer.com/api/v1/oauth2/authorize?response_type=code&client_id=<...>&redirect_uri=<...>&state=<...>&display=popup
Any idea why? Did the API change? Does it work for you?
For OAuth2 you need to use the URL
https://login.teamviewer.com/oauth2/authorize?
This is not an API call, but a plain redirect for passing control to TeamViewer to auth the user. webapi.teamviewer.com/api/v1/ is for API calls.
Please review chapter 3 from the Web API specs at https://dl.teamviewer.com/integrate/TeamViewer_API_Documentation.pdf
I'm having the same problem. Need to fix it urgently!
Getting same problem and it was working before 2-3 weeks.
I'm having trouble receiving a token with TeamViewer API:
I am using Postman to make my requests here is my configuration
The End Result is as follows:
Is there anything that I didn't configure properly?