License Keys
List License Keys
Retrieve a paginated and filterable list of active, expired, or banned license keys.
GET
List License Keys
Authorizations
Standard HTTP Bearer token authentication header (e.g. Authorization: Bearer pk_live_...).
Query Parameters
Scope filter for key ownership: 'me' (own keys), 'resellers', or 'all'.
Available options:
me, resellers, all Filter keys by specific product cheat_value or product ID.
Case-insensitive search string matching license key sequence or user notes.
Filter keys scheduled to expire within the specified number of days.
Required range:
x >= 1Number of records to return per page.
Required range:
1 <= x <= 1000Number of records to skip for pagination.
Required range:
x >= 0Field name to sort results by.
Available options:
created_at, end_time, used_count, key_value Sort ordering direction.
Available options:
ASC, DESC