ReviewBay Documentation
reviewbay — api-reference — bash

Last login: Tue Apr 29 09:00:00 on reviewbay-prod

reviewbay@prod ~ %curl https://api.reviewbay.app/v1 --describe
Connecting... 200 OK
PRIVATE BETA

Review Request Automation API

# Trigger review outreach directly from your own software. Bring your own customer data — ReviewBay handles the timing, messaging, and follow-up.

BASE URLhttps://api.reviewbay.appbeta
CAPABILITIES
POST/v1/reviews/request

Trigger a review request

# Fire a review request for a customer at exactly the right moment — right after a job closes, a payment clears, or an appointment ends. Timing, tone, and follow-up are handled for you.

POST/v1/contacts/import

Import contacts in bulk

# Push a customer list from your CRM, field-service tool, or job management platform. ReviewBay deduplicates, suppresses bounces, and queues outreach automatically.

WEBHOOKPOST to your endpoint

Receive delivery status events

# Get real-time callbacks when a request is delivered, opened, or results in a published review. Close the feedback loop inside your own system.

Access is invite-only during beta

Auth details, request schemas, and SDKs are shared only with approved partners. We're onboarding a small group first — send us your use case and we'll be in touch.

./request_access
# Authentication
Authorization: Bearer rb_live_••••••••••••••••••••••••••
# Request body
{
  "business_id": "biz_••••••••",
  "customer_name": "••••••",
  "customer_email": "••••••@•••••.com"
}
available to approved partners