- 25 Mar 2025
- 2 Minutes to read
- Print
- DarkLight
Kandji MDM
- Updated on 25 Mar 2025
- 2 Minutes to read
- Print
- DarkLight
Kandji MDM (Mobile Device Management) is a cloud-based platform for managing Apple devices (Mac, iPhone, iPad, and Apple TV). It helps IT teams deploy, configure, monitor, secure and enforce policy at scale to ensure compliance. For more information, refer to Kandji’s official documentation.
Integration Method: API
Table: Device Inventory Info (5001), Software Inventory Info (5020)
This integration supports the following events.
Events | Description |
---|---|
Devices and Apps | Captures detailed device information along with a list of installed applications, including their metadata, versions, and installation details. |
This integration supports the following versions.
Kandji agent version Supported | 4.6.7 (5238) |
Kandji MDM API | v1 |
Prerequisites
The user should have access to the Kandji portal with an account that has admin access.
The user should have access to the Databee console.
Configuration Overview
Create an API Token with required permissions to fetch the data.
Add Kandji MDM data feed in the DataBee console with the required Client credentials.
DataBee Parameter
Kandji Parameter
API Base URL (<subdomain>, <region>)
Organization’s API URL
Token
Kandji MDM Configuration
Login to the Kandji MDM console.
Click on the SETTINGS button.
Click on the Access tab.
Click on the Add Token button.
Enter ‘Name’ and ‘Description’ of Token.
Click on the Create button.
Click on the Copy Token to copy the token to your clipboard. Ensure you store the token in a secure location, as you will not be able to view it again. Check the checkbox to confirm that the token has been copied.
Note:
Ensure you store the token in a secure location, as you will not be able to view it again.
Click on the Next button.
Click on the Configure button.
Click on the Configure permissions button.
Select Device list, device details and application list permissions.
Permission
Description
API Endpoint
Device list
Get a list of all devices in the Kandji instance
/api/v1/devices
Device details
Get the full details for a specific device
/api/v1/devices/{device_id}/details
Application list
List all installed applications for a specific device
/api/v1/devices/{device_id}/apps
Search for Device list and select Device list permission.
Search for Device details and select Device details permission.
Search for Application list and select Application list permission.
Click on the Save button.
The permission should be structured as follows.
Click on the Close button.
Copy the Organization’s API URL, as it will be required during the DataBee configuration process.
DataBee Configuration
Login to the DataBee UI, navigate to Data > Data Feeds and click the Add New Data Feed button.
Search for Kandji MDM and select it.
Click on the API Ingest.
Enter feed contact information and click Next.
In the configuration page, enter the following:
Authorization Method: Bearer Token
API Base URL: replace <subdomain> and <region> with your subdomain and region according to your organization's API URL.
Token: paste the Token generated earlier in the Kandji MDM portal.
Event Types: preselected for all the event types that integration pulls.
Note:
The URL for the API endpoint that you use is based on your region. Here, we have used the URL for US region. You can change the URL as per subscription. Below is the list of URLs as per the subscription.
Click Submit.
Troubleshooting Tips
If you encounter an Unauthorized error, it may indicate that the authentication token has expired or deleted. In this case, regenerate the token to restore access. To prevent potential issues, consider pasting the token into a text editor to verify that there are no extra spaces or unexpected characters before reconfiguring the DataBee feed.