Skip to main content
POST
/
api
/
rewards
/
admin-override
Force-claim reward (superadmin)
curl --request POST \
  --url https://app.d-sports.org/api/rewards/admin-override \
  --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
required

Response

{ success, data: { message, reward } }