API find contact by full name

Hi,
I would like to use the https://.api-us1.com/api/3/contacts api, to find a contact by his full name (firstname, lastname), and not by entering an emailaddress. I would get a list of all contacts with the same name in return.

Is that possible?

Hi @mathijsvdh Yes - this is possible. You can use the call for list all contacts by utilizing the filters for first and last name - you could apply both together to pull a list of all contacts who have that first and last name combination. Here is an example of what this might look like, using Abbie Test as my contact’s name:

https://{{yourAccountName}}.api-us1.com/api/3/contacts?limit=5&filters[first_name]=Abbie&filters[last_name]=Test