License Information

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Return information about the currently installed license.

Since: 3.3.0

Security: Requires a valid admin user

Usage: GET /api/system/license

Produces: application/json

Sample Output:

GET /api/system/license
{
  "type" : "Commercial",
  "validThrough" : "May 15, 2014",
  "licensedTo" : "JFrog inc."
}