Returns a paginated list of contacts for your company.
All filter parameters are optional and can be combined. Results are sorted by most recently updated.
Documentation Index
Fetch the complete documentation index at: https://docs.getaptly.com/llms.txt
Use this file to discover all available pages before exploring further.
Zero-based page number. Up to 200 contacts per page.
x >= 0Filter by contact type ID.
Filter by email address (case-insensitive exact match).
Filter by phone number. Formatting is ignored — digits are matched as a substring of stored numbers.
Fuzzy name search. Each word in the query must appear in the contact's full name (case-insensitive).
For example, "john sm" matches "John Smith" or "Johnny Smalls".
Return only contacts updated after this timestamp (inclusive). Accepts any ISO 8601 date-time string,
e.g. 2024-01-01T00:00:00Z. Useful for syncing — fetch only records that changed since your last pull.
Return only contacts updated before this timestamp (inclusive). Accepts any ISO 8601 date-time string.
Can be combined with updated_after to filter a specific time window.