Sign in

Get Google Q&A

documented

Fetch Google Q&A questions and answers for businesses.

GET /google-qa/getReviews & QAno 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/google-qa/get" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-Api-Key: {{GATHERUP_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"businessId": {{$businessId}}, "clientId": "{{$clientId}}", "hash": "{{$hash}}", "search": "{{$search}}", "locations": "{{$locations}}", "status": "{{$status}}", "labels": "{{$labels}}", "page": {{$page}}}'
Get Google Q&A · gatherup · OpenIntegrations