---
title: "Validates the Unleash license."
method: GET
path: "/api/admin/license/check"
tags: ["Instance Admin"]
---

# Validates the Unleash license.

`GET /api/admin/license/check`

**Enterprise feature**

Validates the Unleash license.

## Response `200`

licenseCheckSchema

- LicenseCheckSchema — A model representing a license check response.
  - `isValid` boolean, required — Whether or not the current Unleash license is considered valid
  - `message` string — Message describing the current state of the Unleash license
  - `messageType` 'info' | 'warning' | 'error' — Type of messages, whether it is an informative or a warning

---

[API](https://skmtc.net/unleash/apis/unleash-api-3.md) · [All operations](https://skmtc.net/unleash/apis/unleash-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unleash/unleash-api-3/versions/b2c3116e633e/schema)
