Endpoints
Validate License
Returns validation status for the provided license key.
GET
/
validate
/
{key}
Path Parameters
key
string
requiredLicense key to validate (UUID format)
Query Parameters
serverIp
string
IP address of the server for heartbeat tracking. If you do not include this, the Max IPs tracking feature will NOT work!
Response
200 - application/json
status
enum<string>
requiredStatus of the validation request
Available options:
SUCCESS
, ERROR
message
string
requiredDetailed message about the validation result