Authorization: Bearer ********************
{
"name": "Nikhil",
"status": "active",
"type": "individual",
"tags": [
"string"
],
"refs": {},
"branch": "",
"detail": {
"dob": "1997-08-09",
"mobile": "9859795988",
"email": "nikhil@yahoo.com",
"gender": "male",
"father_name": "Vikram",
"mother_name": "Latha"
}
}
curl --location --request POST 'https://preprod.api.crego.io/contacts/check_dedupe/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Nikhil",
"status": "active",
"type": "individual",
"tags": [
"string"
],
"refs": {},
"branch": "",
"detail": {
"dob": "1997-08-09",
"mobile": "9859795988",
"email": "nikhil@yahoo.com",
"gender": "male",
"father_name": "Vikram",
"mother_name": "Latha"
}
}'
{"tag":"DUPLICATE_CONTACT","remark":"This is a duplicate of Contact ID 01JMH5RK91QB2WKRE67D1F32YS"}