---
title: "Lookup Email"
method: GET
path: "/public/v1/email/lookup"
tags: ["Email"]
---

# Lookup Email

`GET /public/v1/email/lookup`

This API endpoint finds the contact based on the email

## Query parameters

- `email` string, required

## Response `200`

Entity given

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

## Other responses

- `400` — Bad model
- `401` — Unauthorized user
- `402` — Insufficiently credits
- `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)
