Skip to main content
POST
Create a review request

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Query Parameters

skipDuplicates
boolean
default:true

If true, silently skips when a duplicate email/phone already exists for this vendor.

Body

application/json

At least one of emailTo or phone must be provided. Phone numbers are automatically normalized to xxx-xxx-xxxx format.

firstName
string
required

First name of the customer

Example:

"John"

lastName
string
required

Last name of the customer

Example:

"Doe"

emailTo
string<email>

Customer email address. At least one of emailTo or phone is required.

Example:

"john@example.com"

phone
string

Customer phone number. At least one of emailTo or phone is required. Automatically normalized to xxx-xxx-xxxx.

Example:

"5551234567"

Response

Duplicate detected and skipped (when skipDuplicates=true)

success
boolean
Example:

true

message
string