Description: Return information about the currently installed license.
Note
This API is available only in Self-hosted instances.
Since: 3.3.0
Security: Requires a valid admin user
Usage: GET /artifactory/api/system/license
Produces: application/json
Sample Output:
GET /artifactory/api/system/license
{
"type" : "Commercial",
"validThrough" : "May 15, 2014",
"licensedTo" : "JFrog inc."
}