List referrals
documentedGet a list of referrals ordered by create date. Can filter by program.
GET /api/referralsReferralsno implementation yet0 runsNo 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?offset={{offset}}&count={{count}}&programId={{programId}}&query={{query}}&memberId={{memberId}}&sort={{sort}}&dateFrom={{dateFrom}}&dateTo={{dateTo}}&status={{status}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Basic {{REFERRALROCK_API_KEY}}"