---
title: "Find Email"
method: GET
path: "/public/v1/email/find"
tags: ["Email"]
---

# Find Email

`GET /public/v1/email/find`

This API endpoint finds the contact’s business email address based on the first name, last name, and company name or company domain.

## Query parameters

- `name` string, required
- `company` string, required

## Response `200`

Entity given

- FoundEmail
  - `email` string
  - `status` string, required
  - `free_email` boolean, nullable

## Other responses

- `400` — Bad model
- `401` — Unauthorized user
- `404` — Entity not found
- `408` — Request timeout

---

[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)
