Xsolla-logo

Get current user's time-limited items

get/v2/project/{project_id}/user/time_limited_items

Client endpoint. Retrieves the current user’s time-limited items.

SecurityXsollaLoginUserJWT
Request
path Parameters
project_id
required
integer
Default: 44056

Project ID.

query Parameters
platform
string
Default: "xsolla"

Publishing platform the user plays on.

Enum: "playstation_network" "xbox_live" "xsolla" "pc_standalone" "nintendo_shop" "google_play" "app_store_ios" "android_standalone" "ios_standalone" "android_other" "ios_other" "pc_other"
Responses
200

The user’s time-limited items were successfully retrieved.

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