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

# Reads the Unleash license.

`GET /api/admin/license`

**Enterprise feature**

Reads the Unleash license. Only available for self-hosted Enterprise customers.

## Response `200`

licenseReadSchema

- LicenseReadSchema — A model representing a license response.
  - `token` string — The actual license token.
  - `isValid` boolean, required — Whether the license is valid or not.
  - `customer` string — Name of the customer that owns the license. This is the name of the company that purchased the license.
  - `type` string — Type of license.
  - `instanceName` string — Name of the Unleash instance where this license is valid.
  - `instanceId` string — Identifier of the Unleash instance where this license is valid.
  - `plan` string — Name of plan that the license is for.
  - `resources` object — The resources available in the license.
    - `seats` number — Number of seats in the license.
    - `releaseTemplates` number — Number of release templates in the license.
    - `edgeInstances` number — Number of Edge instances in the license.
    - `readOnlyUsers` number — Number of read-only users in the license.
  - `expireAt` string, date-time — Date when the license expires.
  - `issuedAt` string, date-time — Date when the license was issued.

---

[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)
