Community - SOTI MobiControl

Community - SOTI MobiControl

There's a new home for Articles. Find Articles on Our Product Support Page.

SOTI MobiControl Discussions


  • 0 votes 3 answers

    BadRequest at token creation

    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;

    SOTI MobiControl
    7 years ago

Top 3 Contributors of The Week

View All

Earn Contributor Badge

More info
  • Diamond
    Diamond New !

    Top-tier experts who are delivering outstanding content. Should have more than 7000 points.

  • Platinum

    Experts who are consistent with great content. Should have more than 1000 points

  • Gold

    Highly experienced members with valuable inputs. Should have more than 700 points

  • Silver

    Beginners taking the initiative. Should have more than 500 points