Returns credential mappings for device control operations.
get /dcapi/device/credentialMappings
https://{server-hostname}:8383/dcapi/device/credentialMappings
DeviceControl.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/device/credentialMappings \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json'List of credential mappings grouped by domain/workgroup
Domain or workgroup name
List of credentials for this domain/workgroup
Credential identifier
Credential UUID
Credential name
Credential type code
Username associated with the credential
Display label for the credential
Error code identifying the type of error
Human-readable error message
Credential mappings response
{
"credentialMappings": [
{
"name": "ZOHOCORP",
"credentiallist": [
{
"credName": "DCP",
"credUUID": "abc-def-123",
"credType": "301",
"credLabel": "DCP / admin",
"credID": "1",
"userName": "admin"
}
]
}
]
}
Internal server error
{
"errorCode": "INTERNAL_ERROR",
"errorMsg": "Internal Server Error!"
}
![]()
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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.