Skip to main content
POST
/
api
/
rewards
/
redeem
Redeem reward
curl --request POST \
  --url https://app.d-sports.org/api/rewards/redeem \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "rewardId": "<string>"
}
'

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Body

application/json
rewardId
string

Response

200

{ reward, success }