Email Finder
Get Single Email Result
Retrieve the result of a single Email Finder search by its ID, including the discovered email, qualification, and contact details
GET
GET
Retrieve the result of a previously launched email search using its unique ID. Authenticate every request with your API key in the
See Error handling for the full list of status codes and response formats.
x-api-key header.
Using a webhook allows you to skip calling this GET endpoint, as you will be notified the second your search is finished. See How Webhooks Work.
Query Parameters
The unique identifier returned from the POST request
Response
200 — Search completed
The discovered email address
valid (email found) or invalid (email not found). Why binary?Contact and company information
Custom properties passed in the original request, returned as-is
202 — Search still in progress
ongoing — the search is not finished yet. Poll again shortly, or use a webhook to be notified automatically. Retrieving a result does not consume credits; see Credits & billing.Error Responses
| Code | Message |
|---|---|
| 400 | The single search id is missing in the URL query string |
| 500 | Could not retrieve single search results |
Next steps
Find an email
Launch a single email search to obtain a search
id.Get bulk results
Retrieve the results of a bulk email search.
Webhooks
Get notified automatically when a search completes.
Authentication
How to pass your API key in the x-api-key header.

