Skip to main content
Retrieves a cursor-paginated list of all customers in your store. Customers are created automatically when they make a purchase. This endpoint supports search filtering and date range filtering.

Query Parameters

integer
default:"15"
Number of customers to return per page (max 100)
string
Cursor for pagination. Use the next_cursor from the previous response.
Search customers by name, email, or phone number
string
Filter customers created from this date (Y-m-d format, e.g., 2025-01-01)
string
Filter customers created until this date (Y-m-d format, e.g., 2025-01-31)

Response

object