Generate License Key
Last updated
Was this helpful?
URL : /api/v1/orders/generate_license/
Method : GET
product - Short code of a product.
Example: product=wbhk
quantity - Number of keys to generate.
Example: quantity=1
key_length - Number of characters in each key
Must be between 16 and 240
Default: 16
alphabet - Possible characters for each key
Default: 23456789ABCDEFGHJKLMNPQRSTUVWXYZ
Code : 200 OK
Content examples :
[
"G8HA-SRRZ-A6WK-TJWB"
]Last updated
Was this helpful?
Was this helpful?