Licenses
Check License
Checks the validity of a license key and its hardware ID
POST
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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The name of the store to perform actions on via the API
Body
application/json
License key purchase by the customer
Uniqid of the license product
Hardware ID to be assigned to the license. If passed, the hardware ID will be checked against the license key
Was this page helpful?