Skip to main content
PUT
/
v1
/
workspaces
/
{workspaceUuid}
/
contacts
/
{contactUuid}
/
reveal-email
Reveal an email for an organisation contact
curl --request PUT \
  --url https://api.snitcher.com/v1/workspaces/{workspaceUuid}/contacts/{contactUuid}/reveal-email \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "uuid": "550e8400-e29b-41d4-a716-446655440000",
    "email": "john@pirateinc.com",
    "first_name": "John",
    "last_name": "Doe",
    "position": "CEO",
    "headline": "CEO at Pirate Inc.",
    "department": [
      "IT"
    ],
    "seniority": "Senior",
    "linkedin_url": "https://linkedin.com/in/johndoe",
    "location": {
      "city": "Amsterdam",
      "state": "North Holland",
      "country": "Netherlands",
      "country_code": "NL"
    },
    "profiles": [
      {
        "name": "Twitter",
        "handle": "@pirateinc",
        "url": "https://twitter.com/pirateinc"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Enter your personal access token (PAT) to authenticate

Path Parameters

workspaceUuid
string<uuid>
required

The UUID of the workspace

Example:

"550e8400-e29b-41d4-a716-446655440000"

contactUuid
string<uuid>
required

The UUID of the contact

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

The contact

success
boolean
Example:

true

data
Organisation contact · object

Representation of an organisation contact