Asked by Jacob Jennings on Oct 15, 2024
Jacob Jennings asked how to search for a contact using one of their 'additional emails' via the API.
Answered by Harun Kumar Siva
Harun Kumar Siva suggested using the 'Read a Contact' endpoint (`GET /crm/v3/objects/contacts/{email_address}`) with the query parameter `idProperty=email`. This allows fetching a contact using either their primary or additional email address.