Returns the list of installed certificates detected across managed computers. Supports filtering by name and pagination.
get /dcapi/inventory/computers/certificates
https://{serverurl}/dcapi/inventory/computers/certificates
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Filter certificates by name
Pagination offset
Page size limit
curl --request GET \
--url https://appdomains/dcapi/inventory/computers/certificates \
--header 'Accept: application/certificates.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Internal key identifier of the certificate
Display name of the certificate
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
List of certificates across computers
[
{
"displayName": "Sample Root CA",
"key": "Sample Root CA"
},
{
"displayName": "Sample Certificate Authority",
"key": "Sample Certificate Authority"
},
{
"displayName": "Sample Authenticode Root",
"key": "Sample Authenticode Root"
}
]
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.