List clients
Returns clients in your organization, newest first. Supports opaque cursor pagination. Pass crmEntityId or email to look up a single client (returns the list shape with 0 or 1 client). Email lookup is an exact, case-sensitive match and returns at most one client when several share an address.
Authorizations
Query Parameters
Return only the client with this external CRM entity id (unique per org). Ignores pagination.
Return only the client with this email address. The match is exact and case-sensitive against the stored value. Emails are not guaranteed unique within an organization, so at most one matching client is returned. Encode + in an email as %2B (a literal + in a query string decodes to a space). Ignores pagination; ignored when crmEntityId is also given; an empty value is ignored and the request returns the paginated list.
Number of results to return.
1 <= x <= 100Opaque pagination cursor. Pass the nextCursor value from the previous response.

