Skip to main content

List Contacts

Retrieve a paginated list of contacts across your organization.
integer
default:"1"
Page number for pagination.
integer
default:"25"
Number of contacts to return per page.
Permission: contacts:read

Get Contact

Retrieve detailed information about a specific contact by ID, including work experience, education, and skills.
string
required
The unique identifier (UUID) of the contact.
Permission: contacts:read

Search Contacts

Beta — Search across all contacts in your workspace. Pass an empty body {} to return all contacts with pagination.
string
Filter contacts by name (partial match).
string
Filter contacts by job title.
string
Filter contacts by associated company UUID.
string
Filter contacts by location.
integer
default:"1"
Page number for pagination.
integer
default:"25"
Number of contacts per page.
Permission: contacts:read

Enrich Contact

Beta — Queue an enrichment job to discover phone numbers and email addresses for a contact. Returns 202 Accepted immediately; poll GET /operations/{public_operation_id} for completion.
string
required
The unique identifier (UUID) of the contact to enrich.
Permission: contacts:write
Enrichment consumes credits. A 402 response means your organization has insufficient credits.