Fetch email lookup logs
curl --request GET \
--url https://api.example.com/v1/emails/logs \
--header 'X-API-Key: <api-key>'{
"success": true,
"logs_emails": [
{
"created_date": "2025-11-18T16:03:55.003786+00:00",
"linkedin_url": "linkedin.com/in/person1",
"email": "example1@firstfinancial.com",
"email_status": "VALID"
},
{
"created_date": "2025-11-17T03:26:28.976115+00:00",
"linkedin_url": "linkedin.com/in/person2",
"email": "person.2@marketingservices.com",
"email_status": "VALID"
},
{
"created_date": "2025-11-16T00:35:26.653134+00:00",
"url": "punch.cool",
"last_name": "Gunther",
"first_name": "Alex",
"email": "person.3@td.com",
"email_status": "VALID"
},
{
"created_date": "2025-11-15T00:15:08.075117+00:00",
"linkedin_url": "linkedin.com/in/person4",
"email": "person4@nbc.com",
"email_status": "VALID"
}
]
}Email
Fetch email lookup logs
Fetch the previous emails enriched for the authenticated user.
GET
/
v1
/
emails
/
logs
Fetch email lookup logs
curl --request GET \
--url https://api.example.com/v1/emails/logs \
--header 'X-API-Key: <api-key>'{
"success": true,
"logs_emails": [
{
"created_date": "2025-11-18T16:03:55.003786+00:00",
"linkedin_url": "linkedin.com/in/person1",
"email": "example1@firstfinancial.com",
"email_status": "VALID"
},
{
"created_date": "2025-11-17T03:26:28.976115+00:00",
"linkedin_url": "linkedin.com/in/person2",
"email": "person.2@marketingservices.com",
"email_status": "VALID"
},
{
"created_date": "2025-11-16T00:35:26.653134+00:00",
"url": "punch.cool",
"last_name": "Gunther",
"first_name": "Alex",
"email": "person.3@td.com",
"email_status": "VALID"
},
{
"created_date": "2025-11-15T00:15:08.075117+00:00",
"linkedin_url": "linkedin.com/in/person4",
"email": "person4@nbc.com",
"email_status": "VALID"
}
]
}Authorizations
APIKeyHeaderHTTPBearer
Response
200 - application/json
Successful Response
Last modified on March 23, 2026
⌘I