Check whether a reputation process with the given email or phone already exists for this vendor. Requires the enableFullRMS feature to be enabled.
enableFullRMS
cURL
curl --request GET \ --url https://www.renovationfind.com/rest-api-v1/reputation-process/check-duplicates \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": false }
JWT token issued from the RenovationFind Manager Portal
Duplicate check result
true
true if a duplicate exists, false otherwise
false