users
Get User's inventory items
Retrieve a complete list of items in the User’s inventory with filtering options. This includes:
- All purchased products
- Subscription items
- Limited-time access items
Use filters to narrow down results by product type or expiration date.
GET
Authorizations
Path Parameters
Unique identifier of the User to archive.
Example:
"123e4567-e89b-12d3-a456-426614174000"
Query Parameters
Page number for pagination (1-based).
Required range:
1 < x <= 9007199254740991
Number of items per page.
Required range:
1 < x <= 100
Filter inventory by product type.
Available options:
DigitalDownload
, Game
, GiftCard
, SoftwareKey
, VirtualCurrency
, VirtualItem
, Subscription
, OneTimePayment
Example:
"OneTimePayment"
Filter items expiring after this timestamp. Useful for showing only active or future-valid items. Accepts Unix timestamp in seconds or milliseconds.
Required range:
0 <= x <= 9007199254740991
Example:
1735689599