---
title: "Find Email"
method: GET
path: "/v2/email-finder"
tags: ["Email V2"]
---

# Find Email

`GET /v2/email-finder`

Finds the contact's business email address. Provide either full_name or first_name + last_name, and either domain or company. Returns envelope format with success/data/errors fields.

## Query parameters

- `full_name` string
- `first_name` string
- `last_name` string
- `domain` string
- `company` string

## Response `200`

Entity given

- FoundEmailV2
  - `email` string
  - `status` string, required
  - `account` string, nullable
  - `domain` string, nullable
  - `domain_status` string, nullable
  - `smtp_provider` string, nullable
  - `free_email` boolean, nullable

## Other responses

- `401` — Unauthorized user

---

[API](https://skmtc.net/getprospect/apis/calls.md) · [All operations](https://skmtc.net/getprospect/apis/calls/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getprospect/calls/revisions/5211a12644da/schema)
