Sign in

Add online review link

documented

Create a new online review link for a business.

POST /business/online-review-link/addBusinessesno 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://app.gatherup.com/api/business/online-review-link/add" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"businessId": {{$business_id}}, "clientId": "{{$client_id}}", "hash": "{{$hash}}", "link": "{{$link}}", "type": "{{$type}}"}'