cURL
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>" } '
Allows a superadmin to force-claim a reward on behalf of the platform. Requires superadmin role.
Clerk session token. Use Authorization: Bearer .
{ success, data: { message, reward } }
Was this page helpful?