Xsolla-logo

Get all virtual items listClient-side

get/v2/project/{project_id}/items/virtual_items/all

Gets a list of all virtual items for searching on client-side.

Attention

Returns only item SKU, name, groups and description

Note

In general, the use of catalog of items is available without authorization.
Only authorized users can get a personalized catalog.
SecurityXsollaLoginUserJWT
Request
path Parameters
project_id
required
integer

Project ID. You can find this parameter in your Publisher Account next to the name of the project.

Example: 44056
query Parameters
locale
string
Default: "en"

Response language. Two-letter lowercase language code per ISO 639-1.

promo_code
string [ 1 .. 128 ] characters

Unique case sensitive code. Contains letters and numbers.

Example: promo_code=WINTER2021
Responses
200

The list of all virtual items was successfully received.

Request samples
Response samples
application/json
{
  • "items": [
    ]
}