API — Enrichment
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.
GET
/
contact
/
enrich
/
bulk
/
{enrichment_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
enrichment_id
string
requiredQuery 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[]