Developers
Tools and information on automating mambo EMM through existing developer processes
📄️ Does mambo EMM have an API?
Yes!
📄️ Manage webhooks
Webhooks allow you to receive real-time notifications about events happening within your mambo EMM team. When configured events occur, mambo EMM will send HTTP POST requests to your specified URL with relevant event data.
📄️ API use case: Fetching application versions for all devices
Here's an example use case that's requested frequently from the mambo EMM team, the ability to view Android application versions across all deployed devices.
📄️ How to locate your Team ID
The Team ID is critical to using the API. Because user accounts are not explicitly tied to one Team, we need to know which team you're trying to interact with via the API when you make your calls.
📄️ Generating an access token for the API
Access tokens are used to authenticate to a team via the mambo EMM API. Access tokens are team-specific, and cannot be used against other teams.
📄️ Required Network Ports
IT admins can use this document to understand how to configure their networks for use with mambo EMM & Android Enterprise Devices.