This API provides Trusted Platform Module (TPM) Details, including manufacturer name and version, for all computers. Results can be filtered by domain or specific resource ID.
get /api/1.4/bitlocker/tpmreport
https://{serverurl}/api/1.4/bitlocker/tpmreport
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Filter TPM Reports with particular resource id
Get domain list from api/1.4/desktop/serverproperties
curl --request GET \
--url https://appdomains/api/1.4/bitlocker/tpmreport \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json'Module Code
Response.
Total Number of Records.
Maximum number of records included in this single response.
Bitlockerreports.
TPM vendor/manufacturer name
Firmware version of TPM
TPM specification version
Computer friendly/host name
Whether TPM is owned
Domain or Workgroup name
Whether TPM is enabled
Resource ID as string
Whether TPM is activated
Resource ID of machine
Computer resource name
Customer/account ID
TPM manufacturer ID text (short code, e.g., STM)
Page Number.
Api Version.
Status of Api call.
Response code.
{
"response_code": 200,
"message_type": "tpmreport",
"message_response": {
"total": 1,
"limit": 25,
"page": 1,
"tpmreport": [
{
"blmtpmvendor.manufacturer_name": "ST Microelectronics",
"manufacturer_version": "1.258.0.0",
"spec_version": "2.0, 0, 1.38",
"managedcomputer.friendly_name": "John",
"is_owned": true,
"domain_netbios_name": "WORKGROUP",
"is_enabled": true,
"resource_id_string": "111301",
"is_activated": true,
"resource_id": 111301,
"resource_name": "John",
"customer_id": 1,
"manufacturer_id_txt": "STM "
}
]
},
"message_version": "1.4",
"status": "success"
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.