Skip to main content
GET
Retrieve contact by email

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

email
string
required

Contact email

Response

200 - application/json

Successful

id
string<uuid>
required
email
string | null
required
name
string | null
first_name
string | null
last_name
string | null
linkedin_url
string<uri> | null
title
string | null
location
string | null
time_zone
string | null
company_name
string | null
company_domain
string | null
owner
string | null
last_contacted_at
string<date_time> | null
phone_numbers
object[]
recent_activity
object[]