Authorizations
API key authentication for development endpoints.
You can create API keys in your team's settings on the Lukittu dashboard.
Include the API key in the Authorization header as: Bearer YOUR_API_KEY
Example:
Authorization: Bearer lukittu_api_key_abc123def456...
Path Parameters
Your team's UUID. You can find this value in your team's settings on the Lukittu dashboard.
Query Parameters
Page number for pagination (1-based)
Required range:
x >= 1
Number of items per page
Available options:
10
, 25
, 50
, 100
Column to sort by
Available options:
createdAt
, updatedAt
Sort direction
Available options:
asc
, desc
Comma-separated list of product UUIDs to filter by
Comma-separated list of customer UUIDs to filter by
Response
Licenses retrieved successfully
The response is of type object
.