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

Documentation Index

Fetch the complete documentation index at: https://docs.renovationfind.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Query Parameters

email
string<email>

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

phone
string

Customer phone number. At least one of email or phone is required.

Response

Duplicate check result

success
boolean
Example:

true

data
boolean

true if a duplicate exists, false otherwise

Example:

false