List online reviews
documentedGet online reviews received for a business.
POST /online-reviews/getOnline Reviewsno 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://app.gatherup.com/api/online-reviews/get" \
-X POST \
-H "Content-Type: application/json" \
-d '{"clientId":"{{$clientId}}","from":"{{$from}}","hash":"{{$hash}}","page":"{{$page}}","to":"{{$to}}","businessId":"{{$business_id}}","type":"{{$type}}","aggregateResponse":"{{$aggregateResponse}}","visible":"{{$visible}}"}'