Retrieve a complete list of items in the User’s inventory with filtering options. This includes:
Use filters to narrow down results by product type or expiration date.
Unique identifier of the User to archive.
"123e4567-e89b-12d3-a456-426614174000"
Page number for pagination (1-based).
1 < x <= 9007199254740991
Number of items per page.
1 < x <= 100
Filter inventory by product type.
DigitalDownload
, Game
, GiftCard
, SoftwareKey
, VirtualCurrency
, VirtualItem
, Subscription
, OneTimePayment
"OneTimePayment"
Filter items expiring after this timestamp. Useful for showing only active or future-valid items. Accepts Unix timestamp in seconds or milliseconds.
0 <= x <= 9007199254740991
1735689599
GET /v0/users/:userId/inventory Positive response
The response is of type object
.