There's a new home for Articles. Find Articles on Our Product Support Page.
Hi, we try to get a access token für the soti api with a rest call. But unfortunatly we get everytime a "Bad Request" Our code is: var url = "https://soti.corp.bestsecret.com/MobiControl/api/token";var urlParameters = "?grant_type=password&username=user&password=pw&scope=&client_id=id&client_secret=secret";var httpClient = new HttpClient();httpClient.BaseAddress = new Uri(url);httpClient.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));HttpResponseMessage response = httpClient.GetAsync(urlParameters).Result;
Top-tier experts who are delivering outstanding content. Should have more than 7000 points.
Experts who are consistent with great content. Should have more than 1000 points
Highly experienced members with valuable inputs. Should have more than 700 points
Beginners taking the initiative. Should have more than 500 points