Retrieve the license information along with library versions

Return the complete information regarding the license:

  • License validity
  • License expiration date Along with the library versions
Responses
  • 200 License and Library information
    isValid
    boolean required
    version
    string required
    buildTime
    string required
    libraries
    array of objects (LibraryInfo) required
    expiration
    string | null
  • 401 Unauthorized request
  • 403 Forbidden action
  • 500 Internal Server error