Management API
Order

Generate License

2min

Generates License keys if requesting manager has access permissions to it.

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:

JSON




Updated 08 Nov 2024
Doc contributor
Doc contributor
Did this page help you?