Method Signature
Parameters
string
Optional email address to filter results. Use for exact-match lookups.
Returns
Customer[]
Array of customer objects matching the query
Examples
List All Customers
- TypeScript
- JavaScript
Find Customer by Email
Use the email filter to find a specific customer:Check if Customer Exists
Useful for preventing duplicate registrations:Response Example
Related Methods
Create Customer
Create a new customer
Get Customer
Get a specific customer by ID