Generate License Key

URL : /api/v1/orders/generate_license/

Method : GET

Query parameters

  • 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

Success Response

Code : 200 OK

Content examples :

[
    "G8HA-SRRZ-A6WK-TJWB"
]

Last updated

Was this helpful?