cURL
curl --request GET \ --url https://app.fullenrich.com/api/v1/contact/reverse/email/bulk/{reverse_email_id} \ --header 'Authorization: Bearer <token>'
200
Example
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "status": "CREATED", "datas": [ { "input": { "email": "<string>" }, "contact": { "firstname": "<string>", "lastname": "<string>", "domain": "<string>", "profile": { "linkedin_id": 123, "linkedin_url": "<string>", "linkedin_handle": "<string>", "sales_navigator_id": "<string>", "firstname": "<string>", "lastname": "<string>", "premium_account": true, "location": "<string>", "summary": "<string>", "headline": "<string>", "position": { "title": "<string>", "description": "<string>", "start_at": { "month": 123, "year": 123 }, "end_at": { "month": 123, "year": 123 }, "company": { "linkedin_id": 123, "linkedin_url": "<string>", "linkedin_handle": "<string>", "name": "<string>", "description": "<string>", "website": "<string>", "domain": "<string>", "industry": "<string>", "type": "<string>", "year_founded": 123, "headcount": 123, "headcount_range": "<string>", "headquarters": { "region": "<string>", "city": "<string>", "country": "<string>", "country_code": "<string>", "postal_code": "<string>", "address_line_1": "<string>", "address_line_2": "<string>" } } } } } } ], "cost": { "credits": 123 } }
Use this endpoint to retrieve the result from a reverse email lookup.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
"2db5ea61-1752-42cf-8ea1-ab1da060cd0a"
"Start Reverse Email Lookup Operation"
CREATED
IN_PROGRESS
CANCELED
CREDITS_INSUFFICIENT
FINISHED
RATE_LIMIT
UNKNOWN
"FINISHED"
Show child attributes
Was this page helpful?