POST
/
products
/
licensing
/
check

Issue a check license request, for example, every time your application is started from a customer device

You can then check for both the license key and hardware id, being sure that the customer has paid for it.
Everytime you call this endpoint, the license.uses field will increase by 1

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Sellix-Merchant
string

The name of the store to perform actions on via the API

Body

application/json
product_id
string
required

Uniqid of the license product.

key
string
required

License key purchase by the customer.

hardware_id
string

Hardware ID to be assigned to the license. If passed, the hardware ID will be checked against the license key.

Response

200 - application/json
status
integer
data
object
error
string
message
string
env
string