Base URL
Authentication
Include your API key in theAuthorization header:
Resources
Contacts
Manage contacts, search, enrich, and read custom field values.
Companies
Track companies, their contacts, and company custom fields.
Deals
Manage sales pipeline and deal stages.
Projects
Organize recruiting projects.
Sequences
Automate outreach campaigns.
Tasks
Track to-dos and follow-ups.
Messages
Send emails, LinkedIn messages.
Sourcing
Search and import candidates.
Enrichment
Find emails and phone numbers.
Custom fields
Contacts and companies can include workspace-defined custom fields in thecustom_data object.
- use
GET /contacts/custom-fieldsandGET /companies/custom-fieldsto discover valid keys - read values from
custom_dataon contact and company responses - update values with partial merge semantics on
PUT /contacts/{id}andPUT /companies/{id}