---
title: "Reveal an email for an organisation contact"
method: PUT
path: "/v1/workspaces/{workspaceUuid}/contacts/{contactUuid}/reveal-email"
tags: ["Contacts"]
---

# Reveal an email for an organisation contact

`PUT /v1/workspaces/{workspaceUuid}/contacts/{contactUuid}/reveal-email`

## Path parameters

- `workspaceUuid` string, uuid, required
- `contactUuid` string, uuid, required

## Response `200`

The contact

- object
  - `success` boolean
  - `data` OrganisationContact — Representation of an organisation contact
    - `uuid` string, uuid — Maps an Organisation contact object to an API response.
    - `email` string
    - `first_name` string
    - `last_name` string
    - `position` string
    - `headline` string
    - `department` string[]
    - `seniority` string
    - `linkedin_url` string
    - `location` object
      - `city` string
      - `state` string
      - `country` string
      - `country_code` string
    - `profiles` object[]
      - `name` string
      - `handle` string
      - `url` string

## Other responses

- `403` — Out of email reveal credits

---

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