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
}
}
| Field | Type | Description |
|---|---|---|
data.entered | boolean | true when both license key and authorization token values are present. |
data.valid | boolean | true when the configured license validates successfully. |