List programs
documentedGet a list of referral programs. Supports offset and count for pagination.
GET /api/programsProgramsno 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/programs?offset={{$offset}}&count={{$count}}" \
-u "{{REFERRALROCK_API_KEY}}:{{REFERRALROCK_API_SECRET}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"