Get Enrichment Result
Use this endpoint to retrieve the result from an enrich.
You don’t need to use this endpoint if you are using a webhook. Using a webhook is the method we recommand to have the result as soon as the enrichment is done.
{
"id": "2db5ea61-1752-42cf-8ea1-ab1da060cd0a",
"name": "Sales Operations in London",
"status": "FINISHED",
"datas": [
{
"custom": {
"user_id": "12584"
},
"contact": {
"firstname": "john",
"lastname": "snow",
"domain": "example.com",
"most_probable_email": "john.snow@example.com",
"most_probable_email_status": "HIGH_PROBABILITY",
"most_probable_phone": "+33 6 76 78 90 65",
"emails": [
{
"email": "john.snow@example.com",
"status": "DELIVERABLE"
}
],
"phones": [
{
"number": "+33 6 76 78 90 65",
"region": "FR"
}
],
"social_medias": [
{
"url": "https://www.linkedin.com/in/john-snow",
"type": "LINKEDIN"
}
],
"profile": {
"linkedin_id": 1234567890,
"linkedin_url": "https://www.linkedin.com/in/john-snow",
"linkedin_handle": "john-snow",
"sales_navigator_id": "ACoAAAAmaeEB8HhLAj6PTIYE1fU0DQc4CAkf8..",
"firstname": "john",
"lastname": "snow",
"premium_account": true,
"location": "Paris",
"summary": "Business oriented leader with broad experience within industry",
"headline": "CTO & cofounder",
"position": {
"title": "Chief Technical Officer",
"description": "...",
"start_at": {
"month": 6,
"year": 2024
},
"end_at": {
"month": 6,
"year": 2024
},
"company": {
"linkedin_id": 9876543210,
"linkedin_url": "https://www.linkedin.com/company/fullenrich",
"linkedin_handle": "fullenrich",
"name": "Fullenrich",
"description": "...",
"website": "https://www.fullenrich.com",
"domain": "fullenrich.com",
"industry": "...",
"type": "...",
"year_founded": 1979,
"headcount": 27367,
"headcount_range": "10K+",
"headquarters": {
"region": "IDF",
"city": "Paris",
"country": "France",
"country_code": "FR",
"postal_code": "75001",
"address_line_1": "Avenue des champs elysées",
"address_line_2": ""
}
}
}
}
}
}
]
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
Default = False. This parameter forces the API to return what has been found so far, even if the enrichment is not finished. This may result in missing information and is not recommended for regular use.
Response
If we receive multiple emails, we will select the most likely one and exclude any “INVALID” emails.
Status of the most_probable_email.
If we get multiple phones, we will return the most likely one. If we detect a phone as a landline, it will not be returned here (even if it is the only one found)
CREATED
, IN_PROGRESS
, CANCELED
, CREDITS_INSUFFICIENT
, FINISHED
, RATE_LIMITE
, UNKNOW
{
"id": "2db5ea61-1752-42cf-8ea1-ab1da060cd0a",
"name": "Sales Operations in London",
"status": "FINISHED",
"datas": [
{
"custom": {
"user_id": "12584"
},
"contact": {
"firstname": "john",
"lastname": "snow",
"domain": "example.com",
"most_probable_email": "john.snow@example.com",
"most_probable_email_status": "HIGH_PROBABILITY",
"most_probable_phone": "+33 6 76 78 90 65",
"emails": [
{
"email": "john.snow@example.com",
"status": "DELIVERABLE"
}
],
"phones": [
{
"number": "+33 6 76 78 90 65",
"region": "FR"
}
],
"social_medias": [
{
"url": "https://www.linkedin.com/in/john-snow",
"type": "LINKEDIN"
}
],
"profile": {
"linkedin_id": 1234567890,
"linkedin_url": "https://www.linkedin.com/in/john-snow",
"linkedin_handle": "john-snow",
"sales_navigator_id": "ACoAAAAmaeEB8HhLAj6PTIYE1fU0DQc4CAkf8..",
"firstname": "john",
"lastname": "snow",
"premium_account": true,
"location": "Paris",
"summary": "Business oriented leader with broad experience within industry",
"headline": "CTO & cofounder",
"position": {
"title": "Chief Technical Officer",
"description": "...",
"start_at": {
"month": 6,
"year": 2024
},
"end_at": {
"month": 6,
"year": 2024
},
"company": {
"linkedin_id": 9876543210,
"linkedin_url": "https://www.linkedin.com/company/fullenrich",
"linkedin_handle": "fullenrich",
"name": "Fullenrich",
"description": "...",
"website": "https://www.fullenrich.com",
"domain": "fullenrich.com",
"industry": "...",
"type": "...",
"year_founded": 1979,
"headcount": 27367,
"headcount_range": "10K+",
"headquarters": {
"region": "IDF",
"city": "Paris",
"country": "France",
"country_code": "FR",
"postal_code": "75001",
"address_line_1": "Avenue des champs elysées",
"address_line_2": ""
}
}
}
}
}
}
]
}