Skip to main content

Validates the Unleash license.

GET <your-unleash-url>/api/admin/license/check

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Validates the Unleash license.

Request

Responses

licenseCheckSchema

Schema
  • isValid boolean required

    Whether or not the current Unleash license is considered valid

  • message string

    Message describing the current state of the Unleash license

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
curl / cURL
curl -L -X GET '<your-unleash-url>/api/admin/license/check' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'