---
title: "Reveal Email Results"
method: POST
path: "reveal_emails"
---

# Reveal Email Results

`POST reveal_emails` (webhook)

When the email verifications are done, the results will be sent to you via a POST request to
the url you passed in the Reveal endpoint.

## Payload

- PublicRevealEmailWebhookResult
  - `emails` PublicApiModelsRevealEmailsEmail[], required — Email data, sent back in the same order as the input ids.
    - `address` string, nullable, required — Email address
    - `status` 'verified' | 'guessed' | 'catchAll' | 'notFound', required — Status of the address: verified, catchAll or guessed
    - `personId` string, required — Ocean ID of the person
  - `creditsUsed` number, required — Number of credits charged for this request.

## Acknowledgement `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ocean/apis/ocean-io-api-documentation.md) · [All operations](https://skmtc.dev/ocean/apis/ocean-io-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ocean/ocean-io-api-documentation/revisions/a5d5c0530873/schema)
