SOTI MobiControl
3
Client ID and Client Secret
Generated Client ID for the MobiControl API.
You can follow the steps below to generate the credentials:
Launch a Windows command prompt with administrative privileges.
Navigate to the MobiControl installation directory.
Execute the following command, replacing the placeholders with your information:
MCAdmin.exe APIClientAdd -n:{APIClientName} [-p:{APISecret}]API client name: A reference name for your application.
API secret (optional): A secure passphrase. If omitted, one will be generated.
After executing the command, the Client ID and Client Secret will be displayed in the command prompt.
The secret is only shown once when the API Client is created. Copy and store your generated credentials securely.
Was this helpful?