Retrieves all DLP-supported countries for country-specific data rules.
get /endpointdlp/api/data-classification/countries
https://{serverurl}/endpointdlp/api/data-classification/countries
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/endpointdlp/api/data-classification/countries \
--header 'Accept: application/getDlpCountries.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'List of DLP-supported countries
Unique identifier of the country
Name of the country
Internal error code (INTERNAL_ERROR) returned when fetching DLP metadata (data category/class/country) fails
Detailed message including the underlying exception message
Successful retrieval of countries
{
"countries": [
{
"countryName": "Albania",
"countryId": "1"
},
{
"countryName": "Andorra",
"countryId": "2"
}
]
}
Internal server error
{
"errorMessage": "Exception occurred while fetching Countries :: <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.