JetLicense API Documentation

Introduction

JetLicense API accesses the JeLicense Partners Panel's features.
You can use this API to perform all the tasks you perform from the JetLicense Partners Panel GUI and more.
With JetLicense API you can create Licenses, Partners, and manage settings etc.

Authentication

In order to communicate with our licensing server you will need to create an API Token in your partners panel https://panel.jetlicense.com (You can find example in the following
documentation: Create and Manage Users).
After creating the API Token you will need to pass it in the request header, for example:
Authorization: Bearer <API Token>

Basic Usage

The term "Boolean" in our documentation refers to parameters that accept values of 1 or 0.
We don't support the literal values of true and false.

Handle Response

Parameter name Type Description Possible values Example
success Boolean Whether the request succeeds or not   1
message String
The error message for the specified action.
If the action was successful, no message will be returned
  Failed to create license for the IP 1.1.1.1
data Object The action response data   Object()