Returns a paginated list of available configuration templates. Supports optional filtering by template name using a search keyword, and pagination via offset and limit parameters.
get /dcapi/configuration/templates
https://{serverurl}/dcapi/configuration/templates
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Search keyword to filter templates by name.
Starting index for pagination. Default is 0.
Maximum number of templates to return per page.
curl --request GET \
--url https://appdomains/dcapi/configuration/templates \
--header 'Accept: application/configTemplates.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Array of template summary objects matching the filter criteria
The unique template ID
Display name of the template
Configuration type name such as Firewall, BrowserConfig, CustomScript
Target platform — Windows, Mac, or Linux
Username of the template creator
Timestamp of template creation
Total number of templates matching the search criteria
Unauthorized error code: credentials missing, expired, or invalid
Authentication failure reason
Paginated list of configuration templates
{
"templates": [
{
"templateName": "Firewall_Policy_Template",
"createdBy": "admin",
"createdTime": "2026-03-15 10:00:00",
"templateId": 1001,
"configType": "Firewall",
"platform": "Windows"
},
{
"templateName": "Chrome_Settings_Template",
"createdBy": "admin",
"createdTime": "2026-03-16 11:30:00",
"templateId": 1002,
"configType": "BrowserConfig",
"platform": "Windows"
}
],
"totalCount": 25
}
User lacks read role
{
"error_description": "Access denied - You are not allowed to access the requested resource.",
"error_code": "UAC_UNAUTHORIZED"
}
![]()
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.