Xsolla-logo

Get user's Backpack items

get/web/backpack/items

Returns the list of items from user's Backpack. Items can be game keys, virtual items, and virtual currency.

Securitybearer
Request
query Parameters
offset
integer <uint32>
Default: 0

Number of the element from which the list is generated (the count starts from 0).

limit
integer <uint32>
Default: 50

Limit for the number of elements on the page.

group
string

Field by which items should be grouped.

Example: group=game_name
item_type
Array of strings

Type of the item.

Items Enum: "game_key" "virtual_item" "virtual_currency" "promo_code"
Responses
200

The list of items from users's Backpack was succesfully recieved.

400

Bad request.

500

Internal server error.

Request samples
Response samples
application/json
[ ]