Sign in

Get hook history (v2)

documented

Get historical webhook events (v2) for a given event name.

GET /api/v2/hooks/history/{eventName}Hooksno 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/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"