Check whether a referral request with the given email or phone already exists for this vendor.
cURL
curl --request GET \ --url https://www.renovationfind.com/rest-api-v1/referral-requests/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