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