Email Finder

Email Finder

The Email Finder API attempts to find a person's email address based on the provided input parameters, ensuring accurate and reliable results.

Endpoint

POST /api/v1/email_finder

Base URL

https://smtpghost.com/api/v1/email_finder

Headers

Header
Value
Required

Content-Type

application/json

Yes

X-KEY

<your-organization-api-key>

Yes

Request Body

{
  "full_name": "Kevin Urrutia",
  "domain": "voymedia.com"
}

Success Response (200 OK)

Email Found

No Email Found

Note: The endpoint returns status: "success" only when an email is found; otherwise it returns status: "not_found"—never an HTTP error—for “no-email” cases.

Error Responses

400 Bad Request

402 Payment Required

422 Unprocessable Entity

500 Internal Server Error

On any unexpected exception, credits are refunded and a 500 is returned with status: "error".

Last updated