Duplicate Lead
Base URL
Validate duplicate lead
Checks whether a lead already exists for the supplied company, brand, department, phone code, and phone number.
GET /v2/leads/duplicate-lead-validate
Query Parameters (all fields are mandatory)
This will provide the
Response (200)
Response (400)
{
"status": 400,
"errorCode": "DMS-Error-001",
"operationError": "{\"message\":\"Lead {{leadRefNo}} - already has phone no {{phoneNumber}}\",\"field\":\"phoneNumber\",\"data\":{\"leadRefNo\":\"183686\",\"phoneNumber\":\"500000000\"}}",
"error": "invalid-operation",
"timeStamp": "2026-07-14T12:24:33.4575626+03:00"
}