List license keys
lemonsqueezy_list_license_keysList license keys, optionally filtered by store, order, or product. API: GET /license-keys (filter[store_id], filter[order_id], filter[product_id]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Comma-separated related resources to sideload (JSON:API include=), e.g. 'store,variant'. | |
| order_id | No | Filter to a single order id. | |
| store_id | No | Filter to a single store id. | |
| page_size | No | Results per page (JSON:API page[size], max 100). Default 10. | |
| product_id | No | Filter to a single product id. | |
| page_number | No | Page number (JSON:API page[number]). Default 1. |