Xsolla-logo

Get current user's reward chainsClient-side

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

Client endpoint. Gets the current user’s reward chains.

Attention

All projects have the limitation to the number of items that you can get in the response. The default and maximum value is 50 items per response. To get more data page by page, use limit and offset fields.
SecurityXsollaLoginUserJWT
Request
path Parameters
project_id
required
integer

ID проекта. Вы можете найти этот параметр в Личном кабинете рядом с названием проекта.

Example: 44056
query Parameters
limit
integer

Лимит количества элементов на странице.

Example: limit=50
offset
integer

Номер элемента, с которого выполняется вывод на странице (нумерация ведется с 0).

Example: offset=0
Responses
200

Цепочка наград пользователя была успешно восстановлена.

Request samples
Response samples
application/json
{}