cURL
curl --request GET \ --url https://api.eqho.ai/v1/leads/lookup \ --header 'X-API-KEY: <api-key>'
{ "created_at": "2021-08-25T00:00:00+00:00", "email": "[email protected]", "first_name": "Jane", "last_name": "Smith", "phone": "+18015551831", "phone_extension": "123" }
Searches for a lead using phone number and/or email address within the account of the given API key
Phone number to search for
Email address to search for
Successful Response
The response is of type object.
object
Was this page helpful?