Get license

View as Markdown

Enterprise feature

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

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Response

licenseReadSchema
isValidboolean
Whether the license is valid or not.
tokenstring
The actual license token.
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.
resourcesobject
The resources available in the license.
expireAtstringformat: "date-time"
Date when the license expires.
issuedAtstringformat: "date-time"
Date when the license was issued.