License API

License Validation Request V1

POST /api/v1/validate

Api request that can be used to validate product license

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description
Type

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 in the device

Optional

Response

{
    "message": "License validated",
    "status": 200,
    "timestamp": "2025-01-27T19:01:25.710+00:00"
}
Postman Collection

Last updated