License Validation Request V1
POST/api/v1/validate
Validates a product license.
Headers
Body
Response
Download the Postman collection
SunLicense.postman_collection.json
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Validate a product license with a single request.
/api/v1/validate
Validates a product license.
| Name | Value |
|---|---|
| Content-Type | application/json |
| Name | Type | Description | Required |
|---|---|---|---|
licenseKey | string | License key of the user | Required |
productId | number | Product ID of the license | Required |
hwid | string | Hardware ID of the device | Required |
productVersion | string | Product version | Optional |
ip | string | Client-provided IP address | Optional |
macAddress | string | MAC address | Optional |
operatingSystem | string | Operating system of the device | Optional |
operatingSystemVersion | string | OS version of the device | Optional |
operatingSystemArchitecture | string | CPU architecture of the device (ARM / x86) | Optional |
javaVersion | string | Java version installed on the device | Optional |
{
"message": "License validated",
"status": 200,
"timestamp": "2025-01-27T19:01:25.710+00:00"
}
{
"message": "Max IPs reached",
"status": 400,
"timestamp": "2025-01-27T20:01:34.140+00:00"
}