Lists all available fields for contacts and companies.
Returns all available fields for contacts and companies, grouped by entity. Use this endpoint to discover field names before upserting contacts or companies.Documentation Index
Fetch the complete documentation index at: https://developer.lemlist.com/llms.txt
Use this file to discover all available pages before exploring further.
| Source | Description |
|---|---|
default | Built-in fields available on every account (e.g. email, firstName, phone) |
custom | Custom fields created by your team |
crm_synced | Fields from your connected CRM’s field mapping configuration |
source: "crm_synced" reflect the field mapping configured between lemlist and your CRM. These fields include an additional crmField property containing the corresponding field name on the CRM side.
If no CRM is connected, no crm_synced fields are returned.
entity — return fields for a single entity (contact or company)source — return only fields from a specific source (default, custom, or crm_synced)Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Filter by entity type
contact, company Filter by field source
default, custom, crm_synced