Xsolla-logo

Get number of items available to specified userServer-sideAdmin

get/v2/project/{project_id}/admin/user/limit/item/sku/{item_sku}

Gets the remaining number of items available to the specified user within the limit applied.

User limit API allows you to sell an item in a limited quantity. To configure the purchase limits, go to the Admin section of the desired item type module:

SecuritybasicAuth
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
item_sku
required
string

Item SKU.

Example: booster_mega_1
query Parameters
user_external_id
required
string

User external ID

Example: user_external_id=d342dad2-9d59-11e9-a384-42010aa8003f
Responses
200

Purchase limits for a user were successfully received.

401

Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.

404
422
Request samples
Response samples
application/json
{
  • "per_user": {
    }
}