Skip to main content

EnrichmentRequest

request_typeEnrichmentRequestType (string)required

Possible values: [Phone, Email]

Example: Phone
data objectrequired
external_idstringnullable
first_namestringnullable
last_namestringnullable
company_namestringnullable
company_websitestringnullable
linkedin_urlstringnullable
EnrichmentRequest
{
"request_type": "Phone",
"data": {
"external_id": "string",
"first_name": "string",
"last_name": "string",
"company_name": "string",
"company_website": "string",
"linkedin_url": "string"
}
}