Returns the evaluation state of the organization -- trial days remaining, license edition, and pricing links.
get /dcapi/license/evaluationDetails
https://{server-hostname}:8383/dcapi/license/evaluationDetails
Admin.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/license/evaluationDetails \
--header 'Accept: application/evaluationDetails.v1+json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Days remaining in the trial/evaluation period. Present only in trial mode.
Localized trial banner message (e.g. 'Explore the product at its best for 22 days.'). Varies by remaining days.
CTA label for the pricing/quote action (e.g. 'Get Quote', 'Explore Editions'). Present only for admin users.
Relative URL for the pricing/quote page. Present only for admin users.
True when the license has been promoted to a higher-edition trial. When true, additional promotion keys are included.
Days remaining in the promotional trial as a string. Present only when isLicensePromoted is true.
Localized message about the promotional trial state. Present only when isLicensePromoted is true.
The promoted edition name (e.g. 'Security'). Present only when isLicensePromoted is true.
CTA label for purchasing the promoted edition. Present only when isLicensePromoted is true.
CTA label for getting a quote. Present only when isLicensePromoted is true.
CTA label for reverting to the previous edition. Present only when isLicensePromoted is true.
CTA label for extending the promotional trial. Present only when the trial has not yet been extended.
Label for the subscription page link. Present only when isLicensePromoted is true.
Relative URL to the subscription page. Present only when isLicensePromoted is true.
Error code. 1001 indicates an unexpected failure while retrieving evaluation details.
Human-readable error message describing the failure.
Organization is in trial mode with 22 days remaining
{
"evaluationDaysLeft": 22,
"priceQuoteMsg": "Get Quote",
"priceQuoteURL": "/webclient#/uems/admin/subscription",
"evalMsg": "Explore the product at its best for 22 days."
}
License has been promoted to a higher-edition trial -- extendTrial present (trial not yet extended)
{
"buyNow": "Buy Now",
"getQuote": "Buy Now",
"extendTrial": "Extend Trial",
"subscription": "Subscription",
"evaluationDays": "22",
"recommendedPlanName": "Security",
"downgradeNow": "Retain Current Edition",
"isLicensePromoted": true,
"evalMsg": "Try out the Security edition features for 22 more days.",
"evalLicense": "Promoted Trial",
"subscriptionUrl": "/webclient#/uems/admin/subscription"
}
Promoted trial already extended once -- extendTrial key absent
{
"buyNow": "Buy Now",
"getQuote": "Buy Now",
"subscription": "Subscription",
"evaluationDays": "10",
"recommendedPlanName": "Security",
"downgradeNow": "Retain Current Edition",
"isLicensePromoted": true,
"evalMsg": "Try out the Security edition features for 10 more days.",
"evalLicense": "Promoted Trial",
"subscriptionUrl": "/webclient#/uems/admin/subscription"
}
Registered or free edition -- not in trial, not promoted. Empty response.
{}
Unexpected server error while fetching evaluation details
{
"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.