Sign in

Issue reward

documented

Issues a specific reward.

POST /api/rewards/issueRewardsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.referralrock.com/api/rewards/issue?overrideIneligible={{overrideIneligible}}" \
  -u "{{REFERRALROCK_API_KEY}}:{{REFERRALROCK_SECRET}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"rewardId": "{{$rewardId}}", "recipientInfo": "{{$recipientInfo}}", "note": "{{$note}}"}'