I have administrative credentials for SOTI MobiControl, along with API client details (client ID and client secret) and the base URI. How can I retrieve the list of managed devices from the MobiControl MDM, and what is the process to obtain an access token?
I included the client ID and client secret in the request header and specified the grant_type as password in the body, along with the admin username and password.I'm getting error as {"error": "invalid_client"} . Can anybody help how to make request to get accesstoken ?