This route requires user authentication.

Step 1. Add the user token to the request headers

TOKEN=TOKEN

Step 2. Claim a reward

To claim a reward linked to the token use the code below.

curl --request POST \
--url https://protocol-staging.int.lumx.io/v1/rewards/{rewardId}/claim
--header 'Bearer: $TOKEN'

You will receive a status 200 with an object containing the content of the reward.

Congratulations!

Any problems during this recipe? Check some possible troubleshooting.