List members
documentedGet a list of members ordered by create date. Can filter by program; supports offset and count.
GET /api/membersMembersno 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/members?programId={{programId}}&query={{query}}&showDisabled={{showDisabled}}&sort={{sort}}&dateFrom={{dateFrom}}&dateTo={{dateTo}}&offset={{offset}}&count={{count}}" \
-X GET \
-H "Authorization: Basic {{REFERRALROCK_API_KEY}}" \
-H "Accept: application/json"