List Customers

GET /customers

You can use this endpoint to retrieve a list of customers. You can use the filter parameter to filter the list of customers.

In addition to using filters, you can also use direct query parameters for specific fields:

ParameterTypeDescription
member-numbernumberDirectly query a customer by their member number
emailstringDirectly query a customer by their email address

These direct parameters are more efficient than using filters when querying for exact matches on these fields and provide strong consistency guarantees.

Use the Pagination and Querying sections to learn more about how to complete this request.

Available Fields to Query

Field NameType
NAMEstring
FIRST_NAMEstring
LAST_NAMEstring
EMAILstring
PHONEstring
MEMBER_NUMBERnumber
INITIALSstring
CREATED_ATdate
UPDATED_ATdate
SUBSCRIBED_TO_NEWSLETTERboolean
MEMBERSHIPMembership
CHECKINCheckin
TRANSACTIONTransaction
Previous
Event
Next
Get Customer