curl --request GET \
--url https://app.fullenrich.com/api/v2/contact/enrich/bulk/{enrichment_id} \
--header 'Authorization: Bearer <token>'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 recommend to get the result as soon as the enrichment is done.
curl --request GET \
--url https://app.fullenrich.com/api/v2/contact/enrich/bulk/{enrichment_id} \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://docs.fullenrich.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier returned when the enrichment was started
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.
OK
"2db5ea61-1752-42cf-8ea1-ab1da060cd0a"
"Sales Operations in London"
CREATED, IN_PROGRESS, CANCELED, CREDITS_INSUFFICIENT, FINISHED, RATE_LIMIT, UNKNOWN "FINISHED"
Show child attributes
Show child attributes
Was this page helpful?