Get hook history (v2)
documentedGet historical webhook events (v2) for a given event name.
GET /api/v2/hooks/history/{eventName}Hooksno 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/v2/hooks/history/{{$eventName}}?limit={{$limit}}&page={{$page}}&query={{$query}}" \
-X GET \
-H "Authorization: Basic {{REFERRALROCK_BASIC_AUTH}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"