---
title: "Reverse email lookup"
method: GET
path: "/v1/reverse/"
---

# Reverse email lookup

`GET /v1/reverse/`

Reverse email lookup to find additional data associated with an email address

## Query parameters

- `api` string, required
- `email` string, email, required

## Response `200`

Reverse lookup completed successfully

- ReverseResult
  - `email` string, email — The email address that was looked up
  - `data` object — Additional data found for the email address
  - `success` 0 | 1, required — Whether the lookup was successful

## Other responses

- `400` — Bad request
- `401` — Unauthorized - Invalid API key

---

[API](https://skmtc.net/debounce/apis/debounce-email-validation-api.md) · [All operations](https://skmtc.net/debounce/apis/debounce-email-validation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debounce/debounce-email-validation-api/versions/f3f57e1a9fe2/schema)
