Hello,
I created a custom host and allowed account assigment via the Assignment tool. This shows the API token once. I was wondering if there's a way to show the API token once you've enabled it?
Thanks!
open https://login.teamviewer.com/nav/deploy in the browser.Open one custom module by double click.
Remark:Only the creator of the custom module can see the API token.
Your remark was the key, thanks a lot!
Hi Michaelvds,
on the device itself it's not possibility to see / get the API token, which was used for the installation / assignment.
Within the Management Console you could get it, if the custom module still exists.
Posting my solution in case someone else finds this thread waaay later as I did hunting for the answer and can't seem to get the custom module settings right to reveal the api key since the interface has changed a little. Create a custom .msi with these settings. Note that feeding a .tvopts file into the mass installer will not work for applying personal password and easy access due to .tvopts file having machine specific settings for those, so this is probably the only way to do the account assignment. I have provided a command to use below: upon saving your custom module as I have pictured, and then coming back to the one you saved, your api key will be visible, and the config id will too (the config id is also the same as the last part of the shareable link, if the text for the config id is not showing).
msiexec.exe /i "Path\To\TeamViewer_Host.msi" /qn CUSTOMCONFIGID=$CONFIGID APITOKEN=$YOURTOKEN ASSIGNMENTOPTIONS="--grant-easy-access"
CAn I use the host token ID to connect to my clients?
TV's documentation is THE WORST on this planet...