The People API lets you create, read, update, and search your team’s contacts.Documentation Index
Fetch the complete documentation index at: https://help.withallo.com/llms.txt
Use this file to discover all available pages before exploring further.
Scopes
| Scope | Access |
|---|---|
CRM_READ | Get and search people |
CRM_WRITE | Create and update people |
Associations
- Person → Company: A person can belong to one company (
company_id)
Search
People support search viaPOST /v2/api/crm/people/search with named filters and full-text search.
Available filters: name, last_name, job_title, website, company, phone_number, email, deal_status.
Endpoints
Get person
Get a person by ID
Create person
Create a new person
Update person
Update a person
Search people
Search people with filters