Used to get deployment applicable status
https://{serverurl}/intelligence/api/deployments/v2/isDeploymentsAvailable
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Version ID of the object to check deployments for
Type of the object (e.g., 1 = Workflow)
curl --request GET \
--url https://appdomains/intelligence/api/deployments/v2/isDeploymentsAvailable \
--header 'Accept: application/deploymentsAvailable.v2+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'False when no deployment exists for the given object
Message explaining that no deployment has been created for the workflow
When no deployments exist
{
"isDeploymentsAvailable": false,
"message": "No deployment has been created for this workflow."
}
![]()
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.