555-123 and (555) 123 find the same contact. With injectCalls=true, recent matching calls are returned as synthetic contacts (source WEB, max 5) — useful for surfacing numbers that aren't saved yet.curl --location --request POST '/users/me/contacts/search?query=&limit=&offset=&injectCalls=' \
--header 'Authorization: Bearer <token>'{
"contacts": [
{
"firstName": "string",
"lastName": "string",
"phoneNumber": "string",
"email": "string",
"address": "string",
"notes": "string",
"companyName": "string",
"tags": [
"string"
],
"avatar": "string",
"isFavorite": true,
"source": "MOBILE",
"lifecycleStage": "lead",
"doNotCall": true,
"doNotSms": true,
"id": "string",
"stats": {
"totalIncomingCalls": 0,
"totalOutboundCalls": 0,
"totalSmsMessages": 0,
"lastCallDate": "string",
"upcomingAppointments": 0
},
"latestNote": {
"content": "string",
"createdAt": "string"
},
"suggestedLifecycleStage": "string"
}
],
"pagination": {
"total": 0,
"limit": 0,
"offset": 0
},
"aggregations": {
"uniqueCompanies": 0,
"companies": [
"string"
]
}
}