v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Instance Admin

Validates the Unleash license.

Enterprise feature

Validates the Unleash license.

get/api/admin/license/check

Response

licenseCheckSchema

isValidboolean required

Whether or not the current Unleash license is considered valid

messagestring

Message describing the current state of the Unleash license

messageType'info' | 'warning' | 'error'

Type of messages, whether it is an informative or a warning

Example response

{
  "message": "Your license expired 3 days ago",
  "messageType": "info"
}