USERS
Get user's inventory
Retrieve a list of items in the user’s inventory, with optional filtering by product type and expiration date.
GET
/
v1
/
users
/
{userId}
/
inventory
Authorizations
Public-Key
string
headerrequiredPath Parameters
userId
string
requiredGET /v1/users/:userId/inventory Parameter
Query Parameters
productType
enum<string>
GET /v1/users/:userId/inventory Parameter
Available options:
DigitalDownload
, Game
, GiftCard
, SoftwareKey
, VirtualCurrency
, VirtualItem
, Subscription
expiresAfter
string
GET /v1/users/:userId/inventory Parameter
Response
200 - application/json
status
string
requiredAllowed value:
"success"
data
object
required