Returns addon module status and managed device counts
https://{serverurl}/intelligence/api/addon
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/intelligence/api/addon \
--header 'Accept: application/addonModule.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Total count of managed devices in the organization
Status of the DEX addon module (0=disabled, 1=enabled, 2=selectively enabled)
Count of devices managed by DEX
{
"totalDevicesCount": 2,
"moduleStatus": 1,
"eiManagedDevicesCount": 2
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.