Overview
The Contacts API provides endpoints for managing people (contacts) associated with companies in your CRM. Base Path:/api/contacts
Endpoints
List Contacts
| Parameter | Type | Description |
|---|---|---|
page | integer | Page number (default: 1) |
page_size | integer | Items per page (default: 20) |
company_id | UUID | Filter by company |
search | string | Search by name, email, role |
role | string | Filter by role |
Create Contact
Update Contact
Delete Contact
Next Steps
Companies API
Company management
Deals API
Deal tracking
Interactions API
Track communications
