Returns an aggregated summary of all inventory data including software, hardware, and computer counts across the managed environment.
get /dcapi/inventory/allsummary
https://{serverurl}/dcapi/inventory/allsummary
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/inventory/allsummary \
--header 'Accept: application/allsummary.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Scan audit summary with counts of successful, failed, and not-scanned computers
Software license compliance summary with counts by status
Warranty status summary with counts of compliant, expired, and unidentified
Software summary with total, prohibited, commercial, and non-commercial counts
CUSTOMER_HEADER_MISSING - MSP environment requires X-Customer header
Missing customer header error message
UAC_UNAUTHORIZED - user lacks the required uem-roles or credentials are missing
Authentication or authorization failure reason
INTERNAL_ERROR - unexpected exception in the service layer
Internal server error message
Aggregated summary
{
"audit_summary": {
"not_scanned": "0",
"scan_failed": "0",
"scan_success": "1"
},
"software_summary": {
"commercial_software": "0",
"total_software": "36",
"prohibited_software": "0",
"non_commercial_software": "0"
},
"software_compliance_summary": {
"expired_license": "0",
"over_licensed": "0",
"under_licensed": "0",
"license_in_compliance": "0"
},
"computer_by_os": {
"Windows 11": "1"
},
"warranty_summary": {
"unidentified": "0",
"expired_warranty": "1",
"warranty_in_compliance": "0"
}
}
MSP header missing
{
"error_description": "dc.rest.customer_header.missing",
"error_code": "CUSTOMER_HEADER_MISSING"
}
Missing credentials
{
"error_description": "Unauthorized access",
"error_code": "UAC_UNAUTHORIZED"
}
Server error
{
"error_description": "Internal server error",
"error_code": "INTERNAL_ERROR"
}
![]()
Duration: 1 minute | Threshold: 120 | 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.