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 requiredWhether or not the current Unleash license is considered valid 
- message stringMessage describing the current state of the Unleash license 
{
  "isValid": true,
  "message": "Your license expired 3 days ago"
}
Loading...