Sign in

List pending payouts

documented

Payouts yet to be transferred to a member; can be filtered by member.

GET /api/payouts/pendingPayoutsno 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/payouts/pending?memberId={{$memberId}}&recipientId={{$recipientId}}&includeIneligible={{$includeIneligible}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Basic {{REFERRALROCK_BASIC_AUTH}}"