Validates the Unleash license.
GET/api/admin/license/check
Validates the Unleash license.
Responses
- 200
licenseCheckSchema
- application/json
- Schema
- Example (from schema)
Schema
isValid booleanrequired
Whether or not the current Unleash license is considered valid
message string
Message describing the current state of the Unleash license
Example:
Your license expired 3 days ago
{
"isValid": true,
"message": "Your license expired 3 days ago"
}
Loading...