Sign in

Update referral status

documented

Updates the status of a referral.

POST /api/referrals/statusReferralsno 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/referrals/status" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -u "{{REFERRALROCK_API_KEY}}:{{REFERRALROCK_SECRET}}" \
  -d '[{"query": {"primaryInfo": {"referralId": "{{$referral_id}}"}}, "referral": {"status": "{{$status}}"}}]'