Contacts
Full CRUD operations for contacts and leads, including search, filtering, and bulk updates.
📄️ Get Leads
Get paginated list of leads with optional filtering and sorting.
📄️ Create Lead
Create a single lead with deduplication.
📄️ Bulk Create Leads
Bulk create leads with deduplication.
📄️ Import Leads Csv
Import leads from CSV file with deduplication.
📄️ Get Lead Ui Config
Get the Lead UI configuration for the current tenant.
📄️ Save Lead Ui Config
Save the Lead UI configuration for the current tenant.
📄️ Check Duplicate Lead
Check if a lead with the given email already exists.
📄️ Bulk Update
Simple bulk update endpoint for leads.
📄️ Get Lead
Get a single lead by ID.
📄️ Update Lead
Update an existing lead.
📄️ Delete Lead
Delete a lead (soft delete).
📄️ Bulk Export Leads
Export leads as CSV file.
📄️ Bulk Delete Leads
Bulk delete leads based on various criteria.
📄️ Get Lead View
Get lead data optimized for contact details view.
📄️ Update Lead View
Update lead fields from the contact details view.