v1

latestOpenAPI 3.0.02026-07-26392662.9 KB
Contacts

Reveal an email for an organisation contact

put/v1/workspaces/{workspaceUuid}/contacts/{contactUuid}/reveal-email

Path parameters

workspaceUuidstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000

The UUID of the workspace

contactUuidstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000

The UUID of the contact

Response

The contact

successboolean

Example response

{
  "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"
      }
    ]
  }
}