Contacts
Endpoints
Available endpoints for managing contact records.
Contacts
List Contacts
Retrieve a paginated list of contacts with filtering and search support.
Query Parameters:
Creation
Create a Contact
Create a new contact with profile, account linkage, and tags.
Request body:
firstName or lastName (at least one), email
Response: 201 Created with the full contact object.
Contact Details
Get a Contact
Retrieve full contact profile including ownership and activity flags.
Response:
Updates
Update a Contact
UsePATCH to update specific fields without affecting the rest.
Update contact attributes such as stage, owner, or tags.
Request body (any subset of writable fields):
200 OK with the updated contact object.
Deletion
Delete a Contact
Permanently remove a contact and its associated records.
Response: 204 No Content
Deleting a contact removes the record and all associated notes and tasks. Activities logged on the contact’s timeline are retained in the audit log but no longer accessible through the contact record.
Stages
Contact Stage Values
Async CSV Import
For bulk imports of more than a few hundred rows, use the async import endpoints. The synchronousunified-import endpoint stays available for small CSVs and other file types (vCard, image, PDF) but will gateway-time-out on large CSVs.
Start an Import
Limits
- 10 MB CSV body cap
- One job per request
- File must be UTF-8 (falls back to latin-1 if UTF-8 decode fails)
202 Accepted)
Poll a Job
200)
Poll every 1–2 seconds during active runs. Stop polling once
status is complete or failed.
