---
title: "Finds the Email address"
method: POST
path: "/email/finder"
tags: ["email"]
---

# Finds the Email address

`POST /email/finder`

Finds the email address when first name, last name and company domain is given

## Request body

- EmailFinderRequest — MetaData to find the email address
  - `firstName` string, required — first name
  - `lastName` string, required — last name
  - `domain` string, required — domain
  - `endpoint` string, required — endpoint

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Authentication Failed
- `404` — Resource not found

---

[API](https://skmtc.net/adapt/apis/saleslift-api.md) · [All operations](https://skmtc.net/adapt/apis/saleslift-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adapt/saleslift-api/revisions/87f442a3336e/schema)
