The product context contains details about the current license, e.g., whether it’s an evaluation or a paid license, but the documentation is a little light on details about the format of the different properties.
Here’s an example of a LicenseDetails
object for those who are looking for it:
{
"active": true,
"type": "commercial",
"supportEntitlementNumber": null,
"trialEndDate": null,
"subscriptionEndDate": "2025-02-14T00:00:00.000Z",
"isEvaluation": false,
"billingPeriod": "ANNUAL",
"ccpEntitlementId": "00000000-0000-0000-0000-000000000000",
"ccpEntitlementSlug": "E-XXX-XXX-XXX-XXX"
}