TeamViewer IoT Documentation
TeamViewer IoT API
Introduction to TeamViewer API
The TeamViewer IoT Solutions uses the following APIs:
- TeamViewer IoT Agent MQTT API enables advanced users to access the device data, e.g. using data for your web application.
- TeamViewer IoT Cloud API enables advanced users to access the device data, e.g. using data for your custom IoT cloud service or many other cloud services like Amazon Web Services.
Please note that the current TeamViewer IoT Cloud API will be deprecated as of 31.12.2021 and replaced with TeamViewer Web API so we strongly suggest moving to Web API and use only the Web API going forward.
TeamViewer IoT Agent MQTT API
The Teamviewer IoT MQTT API is using version 3.1 of MQTT protocol. The API is based on the publish-subscribe model.
See the MQTT API documentation for TeamViewer IoT under https://docs.teamviewer-iot.com/mqtt-api/.
TeamViewer IoT Cloud API
The API uses the RESTful approach. Only GET (for get actions) and POST (for create, update and delete actions) requests are allowed. Other methods will be rejected silently.
See the Cloud API Documentation for TeamViewer IoT under https://docs.teamviewer-iot.com/cloud-api/.
Please note that the current TeamViewer IoT Cloud API will be deprecated as of 31.12.2021 and replaced with TeamViewer Web API so we strongly suggest moving to Web API and use only the Web API going forward.
TeamViewer IoT Web API
TeamViewer provides a web-based API that allows you to access data and control various aspects of your TeamViewer account. You can use the API to develop apps that integrate TeamViewer functionality into your own corporate environment, or you can develop apps that everyone can use.
The API uses REST to communicate with your application and the secure authorization standard OAuth 2.0 to manage access to all data. See the TeamViewer WEB API Documentation under https://webapi.teamviewer.com/api/v1/docs/index#/.