v1
latestOpenAPI 3.1.02026-07-26167644759.4 KBGet client contacts
Returns a list of client contacts. Uses cursor pagination.
Query parameters
Number of client contacts to return per page (min: 1, max: 50, default: 25).
Opaque cursor string for pagination. Use the cursor value from a previous response to fetch the next page. Omit for the first page.
Filter client contacts by sync watermark on or after this date. Useful for incremental synchronization. Defaults to beginning of time if not provided.
Filter client contacts by sync watermark on or before this date. Useful for bounded synchronization snapshots. If omitted, no upper bound is applied.
Filter client contacts by client contact list IDs.
[ "client-contact-list-123", "client-contact-list-456" ]
Filter client contacts by client IDs.
[ "client-123", "client-456" ]
Response
Successfully retrieved client contacts. Returns items with pagination metadata containing the cursor for the next page.