List clients
Returns a list of clients. Uses cursor pagination.
Query parameters
Number of clients to return per page (min: 1, max: 50, default: 25).
Base64-encoded cursor for pagination. Use the nextCursor value from a previous response to fetch the next page. Omit for the first page.
Filter clients by sync watermark on or after this date. Useful for incremental synchronization. Defaults to beginning of time if not provided.
Filter clients by sync watermark on or before this date. Useful for bounded synchronization snapshots. If omitted, no upper bound is applied.
Filter clients by client list IDs.
[ "client-list-123", "client-list-456" ]
Response
Successfully retrieved clients. Returns items array with pagination info containing cursor for the next page.
Changes
No recorded changes to this endpoint across all 1 revision of this API.