cURL
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": "[email protected]", "first_name": "John", "last_name": "Doe", "position": "CEO", "department": "IT", "seniority": "Senior", "country": "NL", "profiles": [ { "name": "Twitter", "handle": "@pirateinc", "url": "https://twitter.com/pirateinc" } ] } }
Enter your personal access token (PAT) to authenticate
The UUID of the workspace
"550e8400-e29b-41d4-a716-446655440000"
The UUID of the contact
The contact
true
Representation of an organisation contact
Show child attributes
Maps an Organisation contact object to an API response.
"[email protected]"
"John"
"Doe"
"CEO"
"IT"
"Senior"
"NL"
"Twitter"
"@pirateinc"
"https://twitter.com/pirateinc"