Retrieve a paginated list of hardware identifiers (HWIDs) associated with a specific license. Includes status calculation based on team timeout settings and filtering options.
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...
Your team's UUID. You can find this value in your team's settings on the Lukittu dashboard.
The unique identifier (UUID v4) of the license.
Page number for pagination (1-based)
x >= 1
Number of items per page
10
, 25
, 50
, 100
Column to sort by
lastSeenAt
, createdAt
Sort direction
asc
, desc
Whether to include forgotten hardware identifiers
Hardware identifiers retrieved successfully
The response is of type object
.