This API lists BitLocker recovery key information for all computers. Results can be filtered by domain, computer name, or key protector ID.
get /api/1.4/bitlocker/recoverykeydetails
https://{serverurl}/api/1.4/bitlocker/recoverykeydetails
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Filter Recovery Key details with Key protector Id
Filter Recovery Key details with particular computer name
Get domain list from api/1.4/desktop/serverproperties
curl --request GET \
--url https://appdomains/api/1.4/bitlocker/recoverykeydetails \
--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.
Unique identifier for the key protector
BitLocker recovery key string
Drive letter associated with the recovery key
Computer/system name
Resource ID of the computer
Domain or Workgroup name
Customer/account ID
Page Number.
Api Version.
Status of Api call.
Response code.
{
"response_code": 200,
"message_type": "recoverykeydetails",
"message_response": {
"recoverykeydetails": [
{
"key_protector_id": "{0977480D-C76E-4B8E-B750-123BCCCE47C}",
"recovery_key": "223575-265432-890982-416042-399949-366960-389807",
"drive_letter": "C:",
"name": "SYS-1",
"resource_id": 110707,
"domain_netbios_name": "WORKGROUP",
"customer_id": 1
}
]
},
"message_version": "1.4",
"status": "success"
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.