GET
/
contact
/
enrich
/
bulk
/
{enrichment_id}
{
  "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",
        "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"
          }
        ]
      }
    }
  ]
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

enrichment_id
string
required

Query Parameters

forceResults
boolean

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

200 - application/json
id
string
name
string
status
enum<string>
Available options:
CREATED,
IN_PROGRESS,
CANCELED,
CREDITS_INSUFFICIENT,
FINISHED,
RATE_LIMITE,
UNKNOW
datas
object[]