Via API: search for a specific contact by the email address of the contact.
2
votes
Melissa Strahl
shared this idea
-
James Barry commented
The Document and Template List/Search API allow for QueryParameters to filter the results.
For Contact records, there are only two choices: (1) return a specific Contact record (if you happen to know the uuid), or (2) return all Contact records (there could be thousands of records).
I would suggest adding some QueryParams that support common search filters, the simplest filter would by email address.
I have a specific use-case in an API client where I would want to see if an email address exists (or not) in the hosted database, under Contacts.