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
Example response
{
"expireAt": "2023-07-31T13:33:02Z",
"issuedAt": "2023-07-31T13:33:02Z"
}Changes
Changed in 1 of the 7 revisions of this API.1
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○