We're excited to announce the general availability of the Sophos Mobile API. This API lets customers manage their devices enrolled with Sophos Mobile, and is particularly useful for customers who want to integrate with existing workflows or 3rd party tools.
Using the API
Sophos Central admins must set up API credentials to use the Sophos Mobile API. For details on setting up API credentials please see the Getting Started guide. Customers can then use tools such as Postman or curl to run API commands.
Once set up, admins can query for information about mobile devices and perform actions. This includes details such as listing device users, the last time a device synced, the OS version or compliance status. Admins can trigger a sync command to devices as well as sending a message to a user.
Examples
Device details
To get information about a tenant's mobile devices, use:
This returns details like the below:
Run a scan
Intercept X for Mobile scans Android devices for malware. To trigger a malware scan use:
In the request include the devices to be scanned:
More Information
The Mobile API Guide has additional examples, and the full details are available on the API reference page.