v3

OpenAPI 3.1.02026-07-2759128137.8 KB
contacts

Get Contact

Fetch a single contact attached to the authenticated organization.

Requires the contacts:read scope on the API key.

get/v1/contacts/{contact_id}

Path parameters

contact_idstring uuid required

ID of the contact.

Response

Successful Response

idstring uuid required

Unique identifier of the contact.

emailstring nullable

Email.

first_namestring nullable

First name.

last_namestring nullable

Last name.

job_titlestring nullable

Job title.

linkedin_urlstring nullable

LinkedIn profile URL.

phone_numberstring nullable

Phone number.

citystring nullable

City.

statestring nullable

State.

countrystring nullable

Country.

profile_picture_urlstring nullable

Profile picture URL.

company_namestring nullable

Employer name.

company_domainstring nullable

Employer's primary domain.

owner_user_idstring uuid nullable

User who owns this contact, if any.

first_seen_atstring date-time required

When this contact was first associated with the organization.

last_seen_atstring date-time required

When this contact was last touched in the organization.