Skip to main content
GET
Get single contact enrichment result

Authorizations

X-API-KEY
string
header
required

Your API key

Path Parameters

id
string<uuid>
required

The ID of the enrichment request to retrieve

Response

Enrichment result retrieved successfully

enrichment_id
string<uuid>

The ID of the enrichment request

first_name
string

The contact's first name

last_name
string

The contact's last name

status
enum<string>

The status of the enrichment request. pending while the waterfall is still running, finished once all requested enrichments have completed (regardless of whether data was found).

Available options:
finished,
pending
email
string<email>

The enriched professional email address (present if enrichment_type included email)

email_status
string

The validation status of the professional email (e.g. deliverable, catch-all, N/A)

personal_email
string<email>

The enriched personal email address (present if enrichment_type included personal_email)

personal_email_status
string

The validation status of the personal email (e.g. valid, invalid, catch-all, N/A)

phone
string[]

Array of enriched phone numbers (empty array when none found)

Phone number in E.164 format

custom
object

Custom fields passed in the request