List All License Keys
GET
/v1/license-keys
Returns a paginated list of license keys.
Filter parameters
store_id
Only return license keys belonging to the store with this ID.
order_id
Only return license keys belonging to the order with this ID.
order_item_id
Only return license keys belonging to the order item with this ID.
product_id
Only return license keys belonging to the product with this ID.
status
Only return license keys with this status.
Returns
Returns a paginated list of License Key objects ordered by id
in descending order.