Client endpoint. Claims the current user’s step reward from a reward chain.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
reward_chain_id required | integer Reward chain ID. Example: 101 |
step_id required | integer Reward chain step ID. Example: 120 |
Successfully claimed the current user's step reward from a reward chain.
Authentication not passed or wrong.
Reward chain step not found.
Can't claim the step reward.
curl -i -X POST \ 'https://store.xsolla.com/api/v2/project/{project_id}/user/reward_chain/{reward_chain_id}/step/{step_id}/claim' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "statusCode": 401,
- "errorCode": 1501,
- "errorMessage": "[0401-1501]: Authorization failed: Provide authorization"
}