List contacts
integer
default:"1"
Page number
integer
default:"25"
Items per page (max 250)
string
Sort field
string
default:"desc"
Sort order:
asc or descstring
Full-text search query
string
Filter by company ID
string
Filter by tag name
Example
Get a contact
Create a contact
string
required
First name
string
Last name
string
Email address
string
Phone number
string
Job title
string
LinkedIn profile URL
string
Associated company ID (UUID)
string
Free-text notes
string[]
Array of tag names
object
Custom field values as key-value pairs
Example
Update a contact
Delete a contact
{ "data": null } on success.
Merge contacts
Merge the source contact into the target contact. The source’s interactions, deals, follow-ups, and commitments are reassigned to the target, then the source is deleted.string
required
Source contact ID (will be deleted)
string
required
Target contact ID (will be kept)
Example