v1

latestSwagger 2.02026-07-172161122.5 KB
Enrichment API

Enrich person information

Enriches person information using LinkedIn URL, email, and other optional details

get/enrich/v1/person

Query parameters

linkedinUrlstring

LinkedIn profile URL

emailstring email

Email address

firstNamestring

First name

lastNamestring

Last name

includeMobileNumberboolean

Include mobile number in results

Response

Person not found (status: warning)

messagestring
requestIdstring
statusstring

Status indicates the result of the operation ("success" or "error")

Example response

{
  "requestId": "1234567890abcdef",
  "status": "success"
}