Get Bulk Reverse Email Results
curl --request GET \
--url https://app.fullenrich.com/api/v2/contact/reverse/email/bulk/{enrichment_id} \
--header 'Authorization: Bearer <token>'
{
"id": "2db5ea61-1752-42cf-8ea1-ab1da060cd0a",
"name": "Reverse Email Lookup",
"status": "FINISHED",
"cost": {
"credits": 1
},
"data": [
{
"input": {
"email": "[email protected]"
},
"custom": {
"user_id": "12584"
},
"profile": {
"id": "746e4816-19c8-54d8-b558-65a5a52cc85c",
"full_name": "John Snow",
"first_name": "John",
"last_name": "Snow",
"location": {
"country": "United States",
"country_code": "US",
"city": "San Francisco",
"region": "California"
}
}
}
]
}