latestSwagger 2.02026-08-08247095.4 KB

87f442a3336e

emailid

Finds the Email address

Finds the email address when first name, last name and company domain is given

post/emailid/find

Request body

emailstring required

Email Address

apiKeystring required

API Key

firstNamestring required

first name

lastNamestring required

last name

domainstring required

domain

Example request

{
  "email": "gautam@saleslift.io",
  "apiKey": "GAUTAM_API_KEY",
  "firstName": "Gautam",
  "lastName": "Balasubramanian",
  "domain": "saleslift.io"
}

Response

OK