Skip to main content

How to search and fetch Person records by email address using an API GET query

Updated over 8 months ago

To search your existing Person record database for records with a particular email address use the 'searchParams' in a GET query.

Example

The above GET query when used with your corresponding API Key and Token will search the Contacts database for the email address "[email protected]" and return a list of those records in the response.

Did this answer your question?