License Validation
Validate License
Returns validation status for the provided license key
GET
Path Parameters
Plugin ID on dashboard
License key to validate (UUID format)
Query Parameters
IP address and port of the server for heartbeat tracking (format: ip:port)
Unique identifier for request (UUID format) to prevent replay attacks
Response
200 - application/json
The license key that was validated
Human-readable message about the validation result
The nonce that was provided in the request
The plugin ID that was validated
Base64-encoded RSA signature of the response data
Status code of the validation result
Available options:
valid
, invalid_format
, not_found
, expired
, max_ips
, server_error