List Contacts
Retrieve a paginated list of contacts.
Supports:
- Pagination (`page_size`, `page`)
- Date filtering (`updated_after`, `updated_before`)
- Sorting (`order_by`)
- Search (`q`)
Authentication
x-api-keystring
API Key authentication via header
Query parameters
page_size
Number of items per page (max 100)
page
Page number (1-based)
updated_after
Filter items updated after this timestamp (ISO 8601). Also matches records whose custom property values changed within the window.
updated_before
Filter items updated before this timestamp (ISO 8601). Also matches records whose custom property values changed within the window.
order_by
Sort order for results
Allowed values:
q
Full text search across contact name, emails, and phones.
Response
List of contacts
name
Contact's full name
id
Unique identifier
createdAt
Creation timestamp
updatedAt
Last update timestamp
phones
List of contact phone numbers
emails
List of contact email addresses
title
Contact title
description
Contact description
createdByUser
accounts
List of linked accounts
projects
List of linked projects
opportunities
List of linked opportunities
vendors
List of linked vendors
Errors
401
Unauthorized Error
