Add Device to a TeamViewer Account
This call adds a device to a TeamViewer account using a Device ID.
Authentication
This call requires Tenant Admin credentials.
HTTP method
POST
Request URI
api/v1/teamviewer/DeviceID
Request Parameters
Parameter |
Argument Type |
Description |
Example Value |
---|---|---|---|
DeviceID |
Request Body |
DeviceID |
3090537 |
Sample request
POST api/v1/teamviewer/3090537
Sample Response
{"errors":null,
"result":{
"redirectUri":"<hostname>/sim/teamviewer/rest/v1/oem/oauth2/authorize?client_id=<clientID"
}
}