Used to get the custom group for deployment
get /intelligence/api/targets/deploymentTargets
https://{serverurl}/intelligence/api/targets/deploymentTargets
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Page offset for pagination (0-based, default: 0)
Maximum number of results per page (default: 50)
Optional search filter applied to custom group names
curl --request GET \
--url https://appdomains/intelligence/api/targets/deploymentTargets \
--header 'Accept: application/deploymentTargets.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Available deployment target groups
List of custom groups available for deployment
Display name of the custom group
Custom group identifier
Custom group category: 1=Remote Office, 2=Custom Group
{
"targetValues": {
"customGroupList": [
{
"groupCategory": 2,
"label": "All Windows Devices",
"value": 10
},
{
"groupCategory": 2,
"label": "Production Servers",
"value": 15
},
{
"groupCategory": 1,
"label": "Remote Office - US East",
"value": 20
}
]
}
}
![]()
Duration: 1 minute | Threshold: 120 | 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.