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

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

Response

data
object