POST
/
contacts
/
single_enrich

Authorizations

X-API-KEY
string
header
required

Your API key

Body

application/json
enrichment_type
enum<string>[]
required

Type of enrichment to perform

Available options:
phone,
email
firstname
string
required

First name of the contact

lastname
string
required

Last name of the contact

company_name
string

Company name of the contact

custom
object

Custom fields to include with the enrichment that will be returned in the webhook (like crm id, etc.)

domain
string

Company domain

linkedin_url
string

LinkedIn profile URL of the contact

webhook_url
string

Webhook URL to receive enrichment results

Response

200 - application/json
custom
object

Custom fields passed in the request

email
string

The enriched email address

enrichment_id
string

The ID of the enrichment request

first_name
string

The contact's first name

last_name
string

The contact's last name

phone
string

The enriched phone number

status
enum<string>

The status of the enrichment request

Available options:
success,
error,
pending