Skip to main content

ListContacts returns a paginated, filtered list of contacts.

GET 

/api/v1/crm/contacts

Filters:

  • owner_ids: match any of these owner user IDs.
  • stage: exact stage string match.
  • lead_status: exact match on lead_status.
  • primary_account_id: contacts linked to this account.
  • tag_ids: reserved for future use.
  • custom_field: exact key=value match on custom_fields JSONB.

Request

Responses

A successful response.