v3

OpenAPI 3.1.02026-07-2759128137.8 KB
contacts

Get Contact Entry

Fetch a single contact-list entry.

Requires the contact_lists:read scope on the API key.

get/v1/contact-entries/{contact_entry_id}

Path parameters

contact_entry_idstring uuid required

ID of the contact entry.

Response

Successful Response

idstring uuid required

Unique identifier.

contact_list_idstring uuid required

ID of the list this entry belongs to.

contact_idstring uuid nullable required

ID of the contact this entry resolved to, once matched.

first_namestring nullable required

First name.

last_namestring nullable required

Last name.

emailstring nullable required

Email.

linkedin_urlstring nullable required

LinkedIn URL.

company_namestring nullable required

Employer name.

company_domainstring nullable required

Employer domain.

job_titlestring nullable required

Job title.

phonestring nullable required

Phone number.

descriptionstring nullable required

Free-form notes.

locationstring nullable required

Person's location.

created_atstring date-time required

When the entry was created.

updated_atstring date-time required

When the entry last changed.