IsLicenseValid
Response-body reference for GET /is_license_valid.
Example
{
"success": true,
"message": null,
"data": {
"entered": true,
"valid": true
}
}
Fields
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates whether the request succeeded. |
message | string | Optional server message. |
data.entered | boolean | true when both license key and authorization token values are present. |
data.valid | boolean | true when the configured license validates successfully. |