Email/Phone Enrichment API

This API request is used to email address and phone number of a user including the details about the verification.

Note: We only check email verification.

This API requires, LinkedIn URL, First name, Last name, Company domain and Type

EndPoint: POST /contact/enrich

Body Parameters
Example Request
{
  "linkedin_url": "https://www.linkedin.com/in/priteshakhaja",
  "first_name": "pritesh",
  "last_name": "akhaja",
  "company_domain": "trakshym.com",
  "type": "phone"
}
Example Response
{
  "phone": "+923145876945"
}

Last updated