Returns boolean flags inside isLicenseLimitReached indicating whether resource license limits have been reached.
https://{server-hostname}:8383/dcapi/licenseMeta
Admin.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/licenseMeta \
--header 'Accept: application/licenseMeta.v1+json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Wrapper containing boolean flags for each resource type indicating whether the license limit has been reached.
True if the managed endpoint count has reached or exceeded the purchased endpoint limit.
True if the managed computer count has reached or exceeded the purchased computer limit.
True if the managed server count has reached or exceeded the purchased server limit.
True if the managed system count has reached or exceeded the limit.
Error code. 1001 indicates an unexpected failure while checking license limits.
Human-readable error message describing the failure.
All endpoint limits are within purchased counts
{
"isLicenseLimitReached": {
"endpoints": false
}
}
Registered license with both endpoint and server limits -- both within purchased counts
{
"isLicenseLimitReached": {
"endpoints": false,
"servers": false
}
}
Both endpoint and server limits exceeded -- no server capacity to absorb endpoint overflow
{
"isLicenseLimitReached": {
"endpoints": true,
"servers": true
}
}
Computer limit is exceeded while server limit is within range
{
"isLicenseLimitReached": {
"servers": false,
"computers": true
}
}
System limit is within purchased counts
{
"isLicenseLimitReached": {
"systems": false
}
}
Unexpected server error while checking license limits
{
"error_description": "An internal error occurred while processing the request.",
"error_code": 1001
}
![]()
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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.