Filter the contact based on more than one phone number

Hi,

Is it possible to filter the contact based on two phone numbers in the same API? (can we use OR in a query in /api/v2/contacts?phone=4352789885). I have different formats of the same number (like 0987654321 or +1987654321 or 987654321) and I need to search the Contact based on those formats in single API.

I need an API to resolve this issue.

Hi @Dineshkumar_Ravichan,

Filter contacts API can be used with phone field along with OR condition for multiple phone numbers and different formats of the same number.

Note: The phone field is not mentioned in the documentation. But, actually it supports phone field as well.

I will get this added to the documentation as well.

2 Likes