v7

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

Reads the Unleash license.

Enterprise feature

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

get/api/admin/license

Response

licenseReadSchema

tokenstring

The actual license token.

isValidboolean required

Whether the license is valid or not.

customerstring

Name of the customer that owns the license. This is the name of the company that purchased the license.

typestring

Type of license.

instanceNamestring

Name of the Unleash instance where this license is valid.

instanceIdstring

Identifier of the Unleash instance where this license is valid.

planstring

Name of plan that the license is for.

expireAtstring date-time

Date when the license expires.

issuedAtstring date-time

Date when the license was issued.

Example response

{
  "expireAt": "2023-07-31T13:33:02Z",
  "issuedAt": "2023-07-31T13:33:02Z"
}