Skip to main content
GET
/
customer-feedback-system
/
check-duplicates
Check for duplicates
curl --request GET \
  --url https://www.renovationfind.com/rest-api-v1/customer-feedback-system/check-duplicates \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": false
}

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Query Parameters

email
string<email>
required
phone
string
required

Response

Duplicate check result

success
boolean
Example:

true

data
boolean

true if a duplicate exists, false otherwise

Example:

false