The most recent content from our members.
Hi, We get below error during using the token api. Authorize API does not give the details about code. Can you please help to find the Code to use in token api? Please suggest. Thank you! POST Request - https://webapi.teamviewer.com/api/v1/oauth2/token Body { "grant_type":"authorization_code", "code":"",…
I created an App Script Token with Computer & Contacts -> View Entries permissions, and then I go to the webapi.teamviewer.com website to test the API and I am getting the "Bearer token missing." error For steps, I copied my token created under the App Script piece, pasted it into the Bearer Token heading at the top of the…
We want to develop a public app with company-level access, but while creating app in my free account, I can't see User Management scopes. I am wondering if I apply for free trial and get the User management scopes but will I lose it when the trial expires?
When I creating a third party app I specify permissions for showing users. But API says there aren't enough permissions. What did I do wrong?
I am currently integrating TeamViewer into ServiceNow, however I am unable to see/select the "OEM connections" or the "Remote Access" permissions options in the "Create Script Token" in Profile Settings. For this reason I think I am receiving an error on the ServiceNow side when verifying the token: "Error: Something went…
Hi :-) I'm using TV Host for many different customers and utilizing the API to update the alias, assigning to groups etc. I have created different custom modules and they all have different API tokens. Each custom module assigns the host to a specific group (one group = one customer) I have also used the same API tokens…
A few month ago I deployed a custom Teamviewer Host module using our RMM across a number of computers in our org. Today I tried to push out another huge batch of installs using the exact same script parameters as last time only changing the group name I wished to put them in. The install executed properly but the devices…
Hello I'm trying to create a script that assing/reasssing a device to a specific group I'm running the following via Powershell: & "C:\Program Files (x86)\TeamViewer\TeamViewer.exe" assign --api-token=$APITOKEN --reassign --alias $ENV:COMPUTERNAME --group-ID $GROUPID --grant-easy-access But the log files shows…
Hi, I have a working powershell script to pull a list of all of our endpoints. ----------------------------------------------- $token = Read-Host -Prompt "Enter your API account token now" $bearer = "Bearer",$token $header = New-Object "System.Collections.Generic.Dictionary[[String],[String]]" $header.Add("authorization",…
Hello, I'm currently working to get the TeamViewer remote support integration configured within our ServiceNow environment(configuring in dev) via the steps outlined here but upon setting the admin token, we're seeing the error message below every 30-60 seconds in our SNow logs. "Error returned retrieving Group ID:…
It looks like you're new here. Sign in or register to get started.