v1

latestOpenAPI 3.0.32026-07-17542197.8 KB
System

Get license info

Return the license information. The license information is only available to entitled users.

get/v1/system/license

Response

OK

idstring required

Unique ID identifying the license.

organizationstring required

Name of the organization the license belongs to.

emailstring email required

Email address of the licensee.

featuresstring[] required

Features enabled by the license.

expires_atstring date-time required

Date and time when the license expires.

Example response

{
  "email": "info@example.com"
}