Get customers for an account Ordered by last seen descending by defaultAsk AIget https://api.marsello.com/v1/customersRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query ParamsstoreIdstringOptionally filter customers by storecardstringA full card number to search for a single customeremailstringA full email to search for a single customermobilestringA full mobile number to search for a single customersearchstringSearch over email, phone, name (case insensitive)pageSizeint32Defaults to 20Number of results to returncursorstringThe Cursor string from the PagedCollection of results from previous callssortBystringDefaults to LastVisitedField to sort by. Allowed values: LastVisited, CreatedAt, UpdatedAt. Default: LastVisitedsortOrderstringDefaults to descSort order. Allowed values: asc, desc. Default: descminDatedate-timeMinimum datetime (inclusive) for filtering results based on the sortBy field. Format: yyyy-MM-ddTHH:mm:ssZ (ISO 8601, UTC). Example: 2024-01-01T00:00:00ZmaxDatedate-timeMaximum datetime (inclusive) for filtering results based on the sortBy field. Format: yyyy-MM-ddTHH:mm:ssZ (ISO 8601, UTC). Example: 2024-01-02T00:00:00ZResponses 200Returns collection of customers when they are found 400Bad RequestUpdated about 1 year ago