Skip to main content

GET (/users/me/inventory)

Provides the set of inventory currently associated with the provided user back to the caller. The domain for these URIs is inventory.xboxlive.com.

Remarks

No policy checks, enforcement, or filtering will occur as a part of this call. Callers have the option of passing query parameters in order to narrow the scope of the results returned. Callers can page through results with a continuation token as provided through a previous response: /users/me/inventory?continuationToken=continuationTokenString. The caller may make a call to the details API with a specific item URL in order to see information about a specific item.

Query string parameters

In addition to these, the resource supports the standard paging mechanics.

Sample request

The fully-qualified domain name for this URI method is https://inventory.xboxlive.com/users/me/inventory.
Note:
Which users are considered depends on the token provided, which may include multiple users. If you want a single user’s inventory, you must also provide the user hash for the specific user you want to exclusively consider.
.

Response body

If the call is successful, the service returns an array of inventory items. See inventoryItem (JSON).

Sample response

See also

Parent
/users/me/inventory
Further Information
EDS Common Headers EDS Parameters EDS Query Refiners Marketplace URIs Additional Reference
Last modified on August 20, 2026