javaJava

Maven

<dependencies>
    <dependency>
        <groupId>org.projectlombok</groupId>
        <artifactId>lombok</artifactId>
        <version>RELEASE</version>
        <scope>compile</scope>
    </dependency>
    <dependency>
        <groupId>com.squareup.okhttp3</groupId>
        <artifactId>okhttp</artifactId>
        <version>4.9.3</version>
    </dependency>
    <dependency>
        <groupId>org.json</groupId>
        <artifactId>json</artifactId>
        <version>20210307</version>
    </dependency>
    <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-stdlib-jdk8</artifactId>
        <version>1.5.30</version>
    </dependency>
</dependencies>

Gradle

Java Example

Headers

Name
Value

Content-Type

application/json

Authorization

Key <token>

Body

Name
Description

licenseKey

License key provided by the bot.

productName

Name of the product.

version

Current product version.

userId

Customer discord user Id.

hwid

Hardware Id of the user.

Main.java

LicenseCheck.java

HWID.java

Last updated