PUT
/
api
/
v1
/
workspaces
/
{workspaceUuid}
/
contacts
/
{contactUuid}
/
reveal-email
{
  "success": true,
  "data": {
    "uuid": "550e8400-e29b-41d4-a716-446655440000",
    "email": "john@pirateinc.com",
    "first_name": "John",
    "last_name": "Doe",
    "position": "CEO",
    "department": "IT",
    "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
required

The UUID of the workspace

contactUuid
string
required

The UUID of the contact

Response

200 - application/json
The contact
success
boolean
data
object

Representation of an organisation contact