Get member stats
documentedGet statistics about a member's sharing, referral, and reward activities.
GET /api/memberstats/getsingleMemberStatsno 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/memberstats/getsingle?query={{query}}&timePeriod={{timePeriod}}" \
-X GET \
-H "Authorization: Basic {{REFERRALROCK_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"