Retrieves all data groups for the customer.
https://{serverurl}/endpointdlp/api/data-classification/data-group/data-groups
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/endpointdlp/api/data-classification/data-group/data-groups \
--header 'Accept: application/dataGroups.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'List of data groups
Unique identifier of the data group
Name of the data group
Internal error code returned when fetching all data groups fails
Failure message describing why data groups could not be retrieved
Successful retrieval of data groups
{
"dataGroups": [
{
"dataGroupId": "1",
"dataGroupName": "1and2"
}
]
}
Internal server error
{
"errorMessage": "Exception occurred while fetching DataGroups :: <exception message>",
"errorCode": "INTERNAL_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.