Retrieve tenant license information

Retrieves an existing tenant license information based on the tenant name

Path parameters
name
string required

Tenant name

Example tenant1
Responses
  • 200 The license information for this tenant
    isValid
    boolean required
    version
    string required
    buildTime
    integer required
    modules
    array of objects (ModuleLicenseInfoResponse) required
    libraries
    array of objects (LibraryInfoResponse) required
    expiration
    integer | null
    releaseChannel
    string
  • 401 Authentication error
  • 403 Forbidden action
  • 404 Tenant not found
  • 500 Unexpected internal server error