Retrieve the license information

Return the complete information regarding the license:

  • License validity
  • License expiration date
  • Entitled Modules along with the holder limit (if any)
Responses
  • 200 License information
    isValid
    boolean required
    version
    string required
    buildTime
    integer required
    count
    integer required

    Current certificate count

    modules
    array of objects (ModuleLicenseInfoResponse) required
    dcvCount
    integer required

    Current DCV count

    libraries
    array of objects (LibraryInfoResponse) required
    expiration
    integer | null
    limit
    integer | null

    Certificate license limit

    dcvLimit
    integer | null

    DCV license limit

    releaseChannel
    string
  • 401 Unauthorized request
  • 403 Forbidden action
  • 500 Internal Server error