- Identify a customer based on
emailand/orphoneNumber - Consolidate contacts with a "primary" and "secondary" hierarchy
- Automatically create new contacts or link existing ones
- Returns a unified contact record in response
- Node.js
- Express.js
- MongoDB
Endpoint: https://bitespeed-task-adka.onrender.com/identify
Request Body
{
"email": "email@example.com",
"phoneNumber": "1234567890"
}