Skip to main content

is_license_valid

Check whether license credentials are entered and whether the current license is valid.

  • Method: GET
  • Path: /is_license_valid

Success Response

{
"success": true,
"message": null,
"data": {
"entered": true,
"valid": true
}
}
FieldTypeDescription
data.enteredbooleantrue when both license key and authorization token values are present.
data.validbooleantrue when the configured license validates successfully.