Client endpoint. Claims the current user’s step reward from a reward chain.
project_id required | integer ID del proyecto. Encontrará este parámetro en su cuenta Publisher junto al nombre del proyecto. 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.
Autenticación no superada o errónea.
Reward chain step not found.
No puedo reclamar la recompensa por paso.
{- "errorCode": 1501,
- "errorMessage": "[0401-1501]: Authorization failed: Provide authorization",
- "statusCode": 401
}